Private GIT

Skip to content
Snippets Groups Projects
Commit d505675f authored by Rembrand van Lakwijk's avatar Rembrand van Lakwijk Committed by Ruud
Browse files

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

parent 2cac21bd
Branches
Tags
No related merge requests found
...@@ -266,7 +266,7 @@ class PassThePopcorn(TorrentProvider): ...@@ -266,7 +266,7 @@ class PassThePopcorn(TorrentProvider):
results.append(new) results.append(new)
self.found(new) self.found(new)
if not results: if not results:
log.info("Found nothing for '%s'" % movie.name) log.info("Found nothing for '%s'" % movieTitle)
return results return results
def getMoreInfo(self, item): def getMoreInfo(self, item):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment