aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-09-06 13:06:03 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-09-06 13:06:03 +0000
commite3a1855aa85d2e220f20b498b0f4086450b1916b (patch)
tree7a0440aa8b7c8146bdb19893cd7ec0e541fc6bed /lib/python/Components
parent53c757daa021cf7b742bd686a7cbd884d8612444 (diff)
downloadenigma2-e3a1855aa85d2e220f20b498b0f4086450b1916b.tar.gz
enigma2-e3a1855aa85d2e220f20b498b0f4086450b1916b.zip
remove duplicate avi entry
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/FileList.py3
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):