X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d58ca4cf34b7621aea4e2c1ff07bed6b2cd6b763..eaa3a6e58b892b73dad128a0fa80da459cbc6b03:/lib/python/Components/FileList.py diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index f9697094..54bb1acf 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):