From ea933759c8043f8cb404ffd7d17f23ef0dc3c9c8 Mon Sep 17 00:00:00 2001 From: EUCLID Date: Fri, 10 Apr 2026 17:30:46 -0400 Subject: [PATCH] remove format that doesn't exist anymore (i thought it did) --- src/streamers/tidal/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/streamers/tidal/constants.ts b/src/streamers/tidal/constants.ts index c092922..0dc86f5 100644 --- a/src/streamers/tidal/constants.ts +++ b/src/streamers/tidal/constants.ts @@ -5,4 +5,3 @@ export const TIDAL_LISTEN_BASE = 'https://listen.tidal.com/v1/' export const TIDAL_SUBSCRIPTION_BASE = 'https://api.tidal.com/v1/' export const TIDAL_NORMAL_FORMATS = ['LOW', 'HIGH', 'LOSSLESS', 'HI_RES_LOSSLESS'] as TidalFormat[] -export const TIDAL_SPATIAL_FORMATS = ['DOLBY_ATMOS', 'SONY_360RA']