PluginBrowser.py: dont use "ipkg list_installed" on second run if "Download Plugins...
[enigma2.git] / lib / python / Components / FileList.py
index f96970946cad1a8fb248d713fc5435a43a0e8bd1..54bb1acfa078e49f965c63044aa172e75f90a999 100755 (executable)
@@ -26,7 +26,8 @@ EXTENSIONS = {
                "mpg": "movie",
                "mpeg": "movie",
                "mkv": "movie",
-               "mp4": "movie"
+               "mp4": "movie",
+               "mov": "movie"
        }
 
 def FileEntryComponent(name, absolute = None, isDir = False):