aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-11-23 12:40:58 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-11-23 12:40:58 +0100
commit6a243eb89df7c0afd159a0820c897a8b5fcd8211 (patch)
tree1fc3fc9972ee9b653ec531e23ebe5a5b93f4322e /lib/python/Components/FileList.py
parentfc8be0878f710d73f3d1c1b1ed308ad27c5ddb15 (diff)
downloadenigma2-6a243eb89df7c0afd159a0820c897a8b5fcd8211.tar.gz
enigma2-6a243eb89df7c0afd159a0820c897a8b5fcd8211.zip
enable m2ts file extension
Diffstat (limited to 'lib/python/Components/FileList.py')
-rwxr-xr-xlib/python/Components/FileList.py3
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):