aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-04-01 21:51:59 +0200
committerFelix Domke <tmbinc@elitedvb.net>2009-04-01 21:51:59 +0200
commit36adf5ca9728a2edc5b1e19bf98e95006a68bcc0 (patch)
tree049c9e1bfd70a6c83a8089035861d120f0e8b458 /lib/python/Components/FileList.py
parent39d32bba6ecbc88f6d6865e8467d750ba6f20c20 (diff)
parentd892321813a7129f777ab69d05afb8a38cb737b0 (diff)
downloadenigma2-36adf5ca9728a2edc5b1e19bf98e95006a68bcc0.tar.gz
enigma2-36adf5ca9728a2edc5b1e19bf98e95006a68bcc0.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Components/FileList.py')
-rwxr-xr-xlib/python/Components/FileList.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py
index f9697094..54bb1acf 100755
--- a/lib/python/Components/FileList.py
+++ b/lib/python/Components/FileList.py
@@ -26,7 +26,8 @@ EXTENSIONS = {
"mpg": "movie",
"mpeg": "movie",
"mkv": "movie",
- "mp4": "movie"
+ "mp4": "movie",
+ "mov": "movie"
}
def FileEntryComponent(name, absolute = None, isDir = False):