mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Refactor download queue
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user