diff --git a/couchpotato/core/plugins/renamer/main.py b/couchpotato/core/plugins/renamer/main.py index 1adf6592..5a3549c5 100644 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -340,6 +340,7 @@ class Renamer(Plugin): log.info('Removing "%s"', src) try: + src = ss(src) if os.path.isfile(src): os.remove(src)