mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: update headers
This commit is contained in:
parent
b5b7fe31ae
commit
781e0f4102
3 changed files with 7 additions and 27 deletions
|
@ -69,7 +69,7 @@ export class GenericHTTPDownloader {
|
|||
static async startDownload(
|
||||
game: Game,
|
||||
downloadUrl: string,
|
||||
headers: string[] = []
|
||||
headers?: Record<string, string>
|
||||
) {
|
||||
this.downloadingGame = game;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue