Fixed error when a movie is not found (oversight in porting from v1)

This commit is contained in:
Rembrand van Lakwijk
2012-08-12 01:45:29 +02:00
committed by Ruud
parent 2cac21bdc3
commit d505675f93

View File

@@ -266,7 +266,7 @@ class PassThePopcorn(TorrentProvider):
results.append(new)
self.found(new)
if not results:
log.info("Found nothing for '%s'" % movie.name)
log.info("Found nothing for '%s'" % movieTitle)
return results
def getMoreInfo(self, item):