mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 01:53:57 +00:00
Revert "Create a downloader for the gamedrivers bypass"
This reverts commit 6da648b21c.
This commit is contained in:
@@ -260,16 +260,6 @@ export class DownloadManager {
|
||||
case Downloader.PixelDrain: {
|
||||
const id = game.uri!.split("/").pop();
|
||||
|
||||
return {
|
||||
action: "start",
|
||||
game_id: game.id,
|
||||
url: `https://pixeldrain.com/api/file/${id}?download`,
|
||||
save_path: game.downloadPath!,
|
||||
};
|
||||
}
|
||||
case Downloader.GameDrive: {
|
||||
const id = game.uri!.split("/").pop();
|
||||
|
||||
return {
|
||||
action: "start",
|
||||
game_id: game.id,
|
||||
|
||||
Reference in New Issue
Block a user