Merge pull request #2133 from mythin/fix-variable-change

Fix the variable passed to the getImdb method
This commit is contained in:
Ruud Burger
2013-09-09 23:32:14 -07: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