X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2cfd7bf526965a11394275b6d3b28b87c6c76875..835d4ae513afbbb62c7739070ef3c23eade22e62:/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):