X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FFileList.py;h=1b7e81f5c382d8bee684e8d285d76e4e7e261f5c;hp=1d71514b9d105ab6dbb2efbed7ba3118ef96b06d;hb=ba5fcab217438b995c1f903e0294b71d1411668b;hpb=a8d75296d6619328f08748e987ce39e1028b0e15 diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index 1d71514..1b7e81f 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):