Merge branch 'main' into Feat/Mediafire-Download

This commit is contained in:
Chubby Granny Chaser
2025-02-01 19:34:36 +00:00
committed by GitHub
2 changed files with 28 additions and 3 deletions

View File

@@ -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!,
};
}