extend playable files list

This commit is contained in:
nikk gitanes
2024-02-22 10:52:19 +03:00
parent 26e7956ef9
commit a818792280

View File

@@ -12,6 +12,7 @@ const playableExtList = [
'avchd',
'avi',
'drc',
'dv',
'flv',
'iso',
'm2v',
@@ -27,9 +28,9 @@ const playableExtList = [
'mpeg',
'mpg',
'mpv',
'mts',
'mxf',
'nsv',
'ogg',
'ogv',
'ts',
'qt',
@@ -46,6 +47,9 @@ const playableExtList = [
'aiff',
'ape',
'au',
'dsd',
'dff',
'dsf',
'flac',
'gsm',
'it',
@@ -55,11 +59,15 @@ const playableExtList = [
'mod',
'mp3',
'mpa',
'oga',
'ogg',
'opus',
'pls',
'ra',
's3m',
'sid',
'wav',
'weba',
'wma',
'xm',
]