enable m2ts file extension
[enigma2.git] / lib / python / Components / FileList.py
index 1d71514b9d105ab6dbb2efbed7ba3118ef96b06d..1b7e81f5c382d8bee684e8d285d76e4e7e261f5c 100755 (executable)
@@ -28,7 +28,8 @@ EXTENSIONS = {
                "mpeg": "movie",
                "mkv": "movie",
                "mp4": "movie",
-               "mov": "movie"
+               "mov": "movie",
+               "m2ts": "movie",
        }
 
 def FileEntryComponent(name, absolute = None, isDir = False):