Browse Source

Missing download function. fix #1337

pull/1342/head
Ruud 12 years ago
parent
commit
7d3780133f
  1. 3
      couchpotato/core/downloaders/base.py

3
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

Loading…
Cancel
Save