aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2009-11-04 16:18:44 +0100
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2009-11-04 16:18:44 +0100
commit21ca87a50a252d81f2f07d1596b33511e98a3c0d (patch)
tree384260bca88f9d23543d20f00cf09a9a4ac7ef83 /lib/python/Components/FileList.py
parent65ae5578663b82ddf54926047682ec1b6afdf4b6 (diff)
downloadenigma2-21ca87a50a252d81f2f07d1596b33511e98a3c0d.tar.gz
enigma2-21ca87a50a252d81f2f07d1596b33511e98a3c0d.zip
bug #238
added m4v file extension to media player capabilities
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 54bb1acf..38b08547 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",