X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fc8be0878f710d73f3d1c1b1ed308ad27c5ddb15..6a243eb89df7c0afd159a0820c897a8b5fcd8211:/lib/python/Components/FileList.py?ds=sidebyside 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):