Get lossless format list from server

This commit is contained in:
Deluan
2021-04-06 22:18:48 -04:00
parent 52812fa48b
commit 9913b92905
7 changed files with 51 additions and 87 deletions
-10
View File
@@ -3,13 +3,3 @@ export const REST_URL = '/app/api'
export const M3U_MIME_TYPE = 'audio/x-mpegurl'
export const AUTO_THEME_ID = 'AUTO_THEME_ID'
export const LOSSLESS_FORMATS = [
'FLAC',
'WAV',
'DSF',
'ALAC',
'TTA',
'ATRAC',
'SHN',
]