Set proper movie_type tuple

This commit is contained in:
Ruud
2012-02-28 00:31:52 +01:00
parent 841e67ad2b
commit 10f3cb2ed0
+1 -1
View File
@@ -43,7 +43,7 @@ class Scanner(Plugin):
'trailer': ('video', 'trailer'),
'nfo': ('nfo', 'nfo'),
'movie': ('video', 'movie'),
'movie': ('movie', 'movie_extra'),
'movie_extra': ('movie', 'movie_extra'),
'backdrop': ('image', 'backdrop'),
'leftover': ('leftover', 'leftover'),
}