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=a600a785717d30f1f9729592e6e8d9d5b3b9bb38;hpb=cdfd7a570b5b0813c8f62fc76deed949d7a11803 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):