remove format that doesn't exist anymore (i thought it did)

This commit is contained in:
EUCLID 2026-04-10 17:30:46 -04:00 committed by synzr
parent 8abf678c15
commit ea933759c8

View file

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