mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: keeping last status available on rpc
This commit is contained in:
parent
c1c06c2d20
commit
c26315219e
3 changed files with 3 additions and 9 deletions
|
@ -123,10 +123,6 @@ export class TorrentDownloader {
|
|||
this.downloadingGameId = -1;
|
||||
}
|
||||
|
||||
static resumeDownload(game: Game) {
|
||||
this.startDownload(game);
|
||||
}
|
||||
|
||||
static async startDownload(game: Game) {
|
||||
if (!this.torrentClient) this.spawn();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue