mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 05:24:55 +03:00
change pixeldrain url to gamedrivers servers
This commit is contained in:
parent
d4be5b8c66
commit
b4014535e8
@ -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 New Issue
Block a user