Refactor download queue

This commit is contained in:
Geomitron
2020-05-10 12:18:25 -04:00
parent 6f8f69c087
commit 1cfb5f4e93
15 changed files with 678 additions and 490 deletions

View File

@@ -67,8 +67,4 @@ export class DownloadService {
retryDownload(versionID: number) {
this.electronService.sendIPC('download', { action: 'retry', versionID })
}
continueDownload(versionID: number) {
this.electronService.sendIPC('download', { action: 'continue', versionID })
}
}