diff options
Diffstat (limited to 'lib/python/Components/FileList.py')
| -rw-r--r-- | lib/python/Components/FileList.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index 889df629..17e84359 100644 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -21,8 +21,7 @@ EXTENSIONS = { "avi": "movie", "mpg": "movie", "mpeg": "movie", - "mkv": "movie", - "avi": "movie", + "mkv": "movie" } def FileEntryComponent(name, absolute = None, isDir = False): |
