diff --git a/couchpotato/core/downloaders/base.py b/couchpotato/core/downloaders/base.py index 55a41838..70500dc0 100644 --- a/couchpotato/core/downloaders/base.py +++ b/couchpotato/core/downloaders/base.py @@ -57,6 +57,9 @@ class Downloader(Provider): return self.getAllDownloadStatus() + def getAllDownloadStatus(self): + return + def _removeFailed(self, item): if self.isDisabled(manual = True, data = {}): return