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