mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
.
This commit is contained in:
@@ -166,4 +166,4 @@ const startGameDownload = async (
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
registerEvent("startGameDownload", startGameDownload);
|
registerEvent("startGameDownload", startGameDownload);
|
||||||
|
|||||||
@@ -438,4 +438,4 @@ export class DownloadManager {
|
|||||||
await PythonRPC.rpc.post("/action", payload);
|
await PythonRPC.rpc.post("/action", payload);
|
||||||
this.downloadingGameId = levelKeys.game(download.shop, download.objectId);
|
this.downloadingGameId = levelKeys.game(download.shop, download.objectId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -79,4 +79,4 @@ export class BuzzheavierApi {
|
|||||||
): Promise<string> {
|
): Promise<string> {
|
||||||
return extractHosterFilename(url, directUrl);
|
return extractHosterFilename(url, directUrl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -126,4 +126,4 @@ export class FuckingFastApi {
|
|||||||
): Promise<string> {
|
): Promise<string> {
|
||||||
return extractHosterFilename(url, directUrl);
|
return extractHosterFilename(url, directUrl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user