diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-09-06 13:06:03 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-09-06 13:06:03 +0000 |
| commit | e3a1855aa85d2e220f20b498b0f4086450b1916b (patch) | |
| tree | 7a0440aa8b7c8146bdb19893cd7ec0e541fc6bed /lib/python/Components/FileList.py | |
| parent | 53c757daa021cf7b742bd686a7cbd884d8612444 (diff) | |
| download | enigma2-e3a1855aa85d2e220f20b498b0f4086450b1916b.tar.gz enigma2-e3a1855aa85d2e220f20b498b0f4086450b1916b.zip | |
remove duplicate avi entry
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): |
