Missing download function. fix #1337

This commit is contained in:
Ruud
2013-01-24 23:02:36 +01:00
parent f23b9d7cb9
commit 7d3780133f

View File

@@ -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