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']