diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-04-01 21:51:59 +0200 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-04-01 21:51:59 +0200 |
| commit | 36adf5ca9728a2edc5b1e19bf98e95006a68bcc0 (patch) | |
| tree | 049c9e1bfd70a6c83a8089035861d120f0e8b458 /lib/python/Components | |
| parent | 39d32bba6ecbc88f6d6865e8467d750ba6f20c20 (diff) | |
| parent | d892321813a7129f777ab69d05afb8a38cb737b0 (diff) | |
| download | enigma2-36adf5ca9728a2edc5b1e19bf98e95006a68bcc0.tar.gz enigma2-36adf5ca9728a2edc5b1e19bf98e95006a68bcc0.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Components')
| -rwxr-xr-x | lib/python/Components/FileList.py | 3 |
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): |
