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)