Missing download function. fix #1337
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user