mirror of
https://github.com/Grocel/3D-Stream-Radio.git
synced 2025-03-04 03:03:07 -05:00
Merge pull request #17 from somefoolouthere/master
Show "flac" and "webm" files when browsing sound files
This commit is contained in:
commit
e2eae9276c
@ -21,9 +21,11 @@ RADIOFS._validsoundtypes = {
|
||||
["aac"] = true,
|
||||
["aifc"] = true,
|
||||
["aiff"] = true,
|
||||
["flac"] = true,
|
||||
["it"] = true,
|
||||
["m4a"] = true,
|
||||
["mod"] = true,
|
||||
["webm"] = true,
|
||||
["wma"] = true,
|
||||
["xm"] = true,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user