git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add support for up to 128 LNBs
[enigma2.git]
/
lib
/
python
/
Components
/
Scanner.py
diff --git
a/lib/python/Components/Scanner.py
b/lib/python/Components/Scanner.py
index 6acdecc89b41ce25d3cda1576c2c456ac3faa036..94c9cc2fa3db55b604470b7eb04a7aeec0034101 100644
(file)
--- 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: