remove unnecessary debug and fix typo bug
[enigma2.git] / lib / python / Components / Scanner.py
index e13370b592d2e24a535e5f5b2e45a5bac6740d93..93c3c9ac74ee566d489b417efff720130f352172 100644 (file)
@@ -24,6 +24,8 @@ def getType(file):
                        return "application/x-debian-package"
                elif ext == "ogg":
                        return "application/ogg"
+               elif ext == "flac":
+                       return "audio/x-flac"
                elif ext == "dmpkg":
                        return "application/x-dream-package"
                elif ext == "ts":