diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-05 08:48:33 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-05 08:48:33 +0100 |
| commit | f71de4386db42aad0a29d76c2e2ed8dd26796a57 (patch) | |
| tree | 7ed54065ea12446536e953c68a7a0f1688173eb5 /lib/python/Components/FileList.py | |
| parent | 8c877cd5c0fa7f79f1191ce9c5cc112abfcd0a68 (diff) | |
| parent | 5ded85314f4d8b221b885a443dc797632a2101cd (diff) | |
| download | enigma2-f71de4386db42aad0a29d76c2e2ed8dd26796a57.tar.gz enigma2-f71de4386db42aad0a29d76c2e2ed8dd26796a57.zip | |
Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
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", |
