aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-01-05 18:52:12 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-01-05 18:52:12 +0100
commitd5a16c6e9d0ee1cc2dc0d65b4321842dea4b0891 (patch)
treebcc8732c3175a4f7b4f862d9f425bf9b44f81519 /lib/python/Components/FileList.py
parent5dda545b5e85bb7f8b5bfc25cc6a7d96e2f830cd (diff)
parent8c0e6b4a527f5666195683b7cc28c278a636da0d (diff)
downloadenigma2-d5a16c6e9d0ee1cc2dc0d65b4321842dea4b0891.tar.gz
enigma2-d5a16c6e9d0ee1cc2dc0d65b4321842dea4b0891.zip
Merge branch 'master' into 2.7
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 222512ea..841a2fe5 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",