aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-11-05 08:48:33 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-11-05 08:48:33 +0100
commitf71de4386db42aad0a29d76c2e2ed8dd26796a57 (patch)
tree7ed54065ea12446536e953c68a7a0f1688173eb5 /lib/python/Components/FileList.py
parent8c877cd5c0fa7f79f1191ce9c5cc112abfcd0a68 (diff)
parent5ded85314f4d8b221b885a443dc797632a2101cd (diff)
downloadenigma2-f71de4386db42aad0a29d76c2e2ed8dd26796a57.tar.gz
enigma2-f71de4386db42aad0a29d76c2e2ed8dd26796a57.zip
Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
Diffstat (limited to 'lib/python/Components/FileList.py')
-rwxr-xr-xlib/python/Components/FileList.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py
index a0f66bd1..b187ee3e 100755
--- a/lib/python/Components/FileList.py
+++ b/lib/python/Components/FileList.py
@@ -23,6 +23,7 @@ EXTENSIONS = {
"ts": "movie",
"avi": "movie",
"divx": "movie",
+ "m4v": "movie",
"mpg": "movie",
"mpeg": "movie",
"mkv": "movie",