chore: merge with main

This commit is contained in:
Chubby Granny Chaser
2025-02-01 19:34:14 +00:00
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,
};
}