chore: merge with main

This commit is contained in:
Chubby Granny Chaser 2025-02-01 19:34:14 +00:00
commit fcd8a4a556
No known key found for this signature in database
3 changed files with 425 additions and 378 deletions

View file

@ -276,7 +276,7 @@ export class DownloadManager {
return {
action: "start",
game_id: downloadId,
url: `https://pixeldrain.com/api/file/${id}?download`,
url: `https://cdn.pd5-gamedriveorg.workers.dev/api/file/${id}`,
save_path: download.downloadPath,
};
}