From 968d0e4bd5cd2961d9a78a56cc599fc5b3378f57 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 2 Oct 2011 15:05:48 +0200 Subject: [PATCH] Use updater disabled --- couchpotato/core/plugins/renamer/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/couchpotato/core/plugins/renamer/main.py b/couchpotato/core/plugins/renamer/main.py index 1f59d79..e51cf3c 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