X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FFileList.py;h=54bb1acfa078e49f965c63044aa172e75f90a999;hb=5c89bb517efa4bbb6d0acd4094500b4d7521d997;hp=f96970946cad1a8fb248d713fc5435a43a0e8bd1;hpb=d58ca4cf34b7621aea4e2c1ff07bed6b2cd6b763;p=vuplus_dvbapp diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index f969709..54bb1ac 100755 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -26,7 +26,8 @@ EXTENSIONS = { "mpg": "movie", "mpeg": "movie", "mkv": "movie", - "mp4": "movie" + "mp4": "movie", + "mov": "movie" } def FileEntryComponent(name, absolute = None, isDir = False):