mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-14 12:12:13 +00:00
change pixeldrain url to gamedrivers servers
This commit is contained in:
parent
d4be5b8c66
commit
b4014535e8
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ export class DownloadManager {
|
|||
return {
|
||||
action: "start",
|
||||
game_id: game.id,
|
||||
url: `https://pixeldrain.com/api/file/${id}?download`,
|
||||
url: `https://cdn.pd5-gamedriveorg.workers.dev/api/file/${id}`,
|
||||
save_path: game.downloadPath!,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue