Merge branch 'refs/heads/develop'

This commit is contained in:
Ruud
2013-09-10 09:39:18 +02:00

View File

@@ -565,7 +565,7 @@ class Scanner(Plugin):
if not imdb_id:
try:
for nf in files['nfo']:
imdb_id = getImdb(nfo_file)
imdb_id = getImdb(nf)
if imdb_id:
log.debug('Found movie via nfo file: %s', nf)
nfo_file = nf