diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-23 12:40:58 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-23 12:40:58 +0100 |
| commit | 6a243eb89df7c0afd159a0820c897a8b5fcd8211 (patch) | |
| tree | 1fc3fc9972ee9b653ec531e23ebe5a5b93f4322e /lib/python/Components | |
| parent | fc8be0878f710d73f3d1c1b1ed308ad27c5ddb15 (diff) | |
| download | enigma2-6a243eb89df7c0afd159a0820c897a8b5fcd8211.tar.gz enigma2-6a243eb89df7c0afd159a0820c897a8b5fcd8211.zip | |
enable m2ts file extension
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 1d71514b..1b7e81f5 100755 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -28,7 +28,8 @@ EXTENSIONS = { "mpeg": "movie", "mkv": "movie", "mp4": "movie", - "mov": "movie" + "mov": "movie", + "m2ts": "movie", } def FileEntryComponent(name, absolute = None, isDir = False): |
