From 9b2d6258b62a0fce9071960ac9a6415d031580f1 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 9 Oct 2011 19:12:32 +0200 Subject: [PATCH] Downloader plugin error --- couchpotato/core/downloaders/base.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/couchpotato/core/downloaders/base.py b/couchpotato/core/downloaders/base.py index 48ea3aa6..f72c0b3a 100644 --- a/couchpotato/core/downloaders/base.py +++ b/couchpotato/core/downloaders/base.py @@ -22,12 +22,6 @@ class Downloader(Plugin): return '' - def isDisabled(self): - return not self.isEnabled() - - def isEnabled(self): - return self.conf('enabled', True) - def isCorrectType(self, type): is_correct = type in self.type