Added some debugging info

This commit is contained in:
mano3m
2013-04-01 10:16:30 +02:00
parent 8fe60a893c
commit 45b9919f67
+2
View File
@@ -525,6 +525,8 @@ class Scanner(Plugin):
def determineMovie(self, group, download_imdb_id = None):
# Get imdb id from downloader
imdb_id = download_imdb_id
if imdb_id:
log.debug('Found movie via imdb id from it\'s download id: %s', download_imdb_id)
files = group['files']