diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-01-05 14:41:54 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-01-05 18:59:12 +0100 |
| commit | e7d3f74e6679c23d3f6174e2d8857b5788748af9 (patch) | |
| tree | 860488c512a554b8bd06496e7bd3e18070e75d26 /lib/python/Components | |
| parent | bfdb564afd26ddcb8b0a11834c4edb363d2842a3 (diff) | |
| download | enigma2-e7d3f74e6679c23d3f6174e2d8857b5788748af9.tar.gz enigma2-e7d3f74e6679c23d3f6174e2d8857b5788748af9.zip | |
bug #238
added m4v file extension to media player capabilities
Conflicts:
lib/python/Plugins/Extensions/MediaPlayer/plugin.py
Diffstat (limited to 'lib/python/Components')
| -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 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", |
