Private GIT

Skip to content
Snippets Groups Projects
Commit 7d378013 authored by Ruud's avatar Ruud
Browse files

Missing download function. fix #1337

parent f23b9d7c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment