diff options
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Scanner.py | 2 |
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": |
