Fix the variable passed to the getImdb method

This commit is contained in:
Mythin
2013-09-09 23:08:49 -07:00
parent 1aa26a5a6c
commit 94647bbb57
+1 -1
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