Merge pull request #17 from somefoolouthere/master

Show "flac" and "webm" files when browsing sound files
This commit is contained in:
Grocel 2023-09-10 17:18:18 +02:00 committed by GitHub
commit e2eae9276c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}