aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Scanner.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Scanner.py')
-rw-r--r--lib/python/Components/Scanner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/Scanner.py b/lib/python/Components/Scanner.py
index 93c3c9ac..95e2e8f5 100644
--- a/lib/python/Components/Scanner.py
+++ b/lib/python/Components/Scanner.py
@@ -28,6 +28,8 @@ def getType(file):
return "audio/x-flac"
elif ext == "dmpkg":
return "application/x-dream-package"
+ elif ext == "nfi":
+ return "application/x-dream-image"
elif ext == "ts":
return "video/MP2T"
elif ext == "iso":