Added nzbname

previously defined in Downloader. I forgot to bring this across.
This commit is contained in:
clinton-hall
2012-09-26 17:12:19 +09:30
parent c6cba2f6e5
commit dc63796e48

View File

@@ -532,6 +532,7 @@ class Renamer(Plugin):
movie_dict = fireEvent('movie.get', rel.movie_id, single = True)
# check status
nzbname = self.createNzbName(item, movie_dict)
try:
for slot in queue['queue']['slots']:
log.debug('Found %s in SabNZBd queue, which is %s, with %s left', (slot['filename'], slot['status'], slot['timeleft']))