feat: update headers

This commit is contained in:
Zamitto 2024-07-15 22:29:34 -03:00
parent b5b7fe31ae
commit 781e0f4102
3 changed files with 7 additions and 27 deletions

View file

@ -69,7 +69,7 @@ export class GenericHTTPDownloader {
static async startDownload(
game: Game,
downloadUrl: string,
headers: string[] = []
headers?: Record<string, string>
) {
this.downloadingGame = game;