diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2009-11-04 16:41:12 +0100 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2009-11-04 16:41:12 +0100 |
| commit | 5ded85314f4d8b221b885a443dc797632a2101cd (patch) | |
| tree | 81b9ee9b012236783b842b6fc4390f15154bf508 /lib/python/Components/FileList.py | |
| parent | e6a3b9fdb8f5ac0774a27794b175d79cf0973976 (diff) | |
| parent | aaeba87c8ee1b528dc9660dab9c6980155e878d4 (diff) | |
| download | enigma2-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-x | lib/python/Components/FileList.py | 1 |
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", |
