aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2009-11-04 16:41:12 +0100
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2009-11-04 16:41:12 +0100
commit5ded85314f4d8b221b885a443dc797632a2101cd (patch)
tree81b9ee9b012236783b842b6fc4390f15154bf508 /lib/python/Components/FileList.py
parente6a3b9fdb8f5ac0774a27794b175d79cf0973976 (diff)
parentaaeba87c8ee1b528dc9660dab9c6980155e878d4 (diff)
downloadenigma2-5ded85314f4d8b221b885a443dc797632a2101cd.tar.gz
enigma2-5ded85314f4d8b221b885a443dc797632a2101cd.zip
Merge branch 'master' into experimental
Conflicts: lib/python/Plugins/Extensions/MediaPlayer/plugin.py
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",