diff --git a/couchpotato/core/plugins/renamer/main.py b/couchpotato/core/plugins/renamer/main.py index 1f59d79e..e51cf3c1 100644 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -24,6 +24,9 @@ class Renamer(Plugin): def scan(self): + if self.isDisabled(): + return + groups = fireEvent('scanner.scan', folder = self.conf('from'), single = True) if groups is None: return