Fixed error when a movie is not found (oversight in porting from v1)
This commit is contained in:
committed by
Ruud
parent
2cac21bdc3
commit
d505675f93
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user