From 7d3780133f6f1a20565be63f7282a40a6867d5ab Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 24 Jan 2013 23:02:36 +0100 Subject: [PATCH] Missing download function. fix #1337 --- couchpotato/core/downloaders/base.py | 3 +++ 1 file changed, 3 insertions(+) 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