From 4b5fd0d6e670fc17de40007373b1bfc569e5f725 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 12 May 2012 00:00:05 +0200 Subject: [PATCH] Renaming to None --- 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 7f1afe41..24b031e4 100644 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -102,6 +102,7 @@ class Renamer(Plugin): continue library = group['library'] + movie_title = getTitle(library) # Find subtitle for renaming fireEvent('renamer.before', group)