diff options
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/FileList.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index 17e84359..7801c556 100644 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -13,6 +13,7 @@ EXTENSIONS = { "mp3": "music", "wav": "music", "ogg": "music", + "flac": "music", "jpg": "picture", "jpeg": "picture", "png": "picture", @@ -21,7 +22,8 @@ EXTENSIONS = { "avi": "movie", "mpg": "movie", "mpeg": "movie", - "mkv": "movie" + "mkv": "movie", + "mp4": "movie" } def FileEntryComponent(name, absolute = None, isDir = False): |
