X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/039ed476ea328678b76a5c6eee1311198c7040af..cf34bb57372b60d8e66cf5c21e9f73b8d0bc23b8:/lib/python/Components/Scanner.py diff --git a/lib/python/Components/Scanner.py b/lib/python/Components/Scanner.py index 6acdecc8..94c9cc2f 100644 --- a/lib/python/Components/Scanner.py +++ b/lib/python/Components/Scanner.py @@ -24,6 +24,8 @@ def getType(file): return "application/x-debian-package" elif ext == "ogg": return "application/ogg" + elif ext == "dmpkg": + return "application/x-dream-package" return type class Scanner: