From dc63796e4864454204bb7f88ee6383022004e2e6 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Wed, 26 Sep 2012 17:12:19 +0930 Subject: [PATCH] Added nzbname previously defined in Downloader. I forgot to bring this across. --- couchpotato/core/plugins/renamer/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/plugins/renamer/main.py b/couchpotato/core/plugins/renamer/main.py index aedc40c2..2f579113 100644 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -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']))