mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
feat: adding initial leveldb configuration
This commit is contained in:
parent
2c5fb8a037
commit
08bcf09641
@ -33,7 +33,8 @@ export class DatanodesApi {
|
|||||||
"User-Agent":
|
"User-Agent":
|
||||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
|
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
|
||||||
},
|
},
|
||||||
maxRedirects: 0, validateStatus: (status: number) => status === 302 || status < 400,
|
maxRedirects: 0,
|
||||||
|
validateStatus: (status: number) => status === 302 || status < 400,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
import type { Cracker, DownloadSourceStatus, Downloader } from "@shared";
|
import type { Cracker, DownloadSourceStatus, Downloader } from "@shared";
|
||||||
import type { SteamAppDetails } from "./steam.types";
|
import type { SteamAppDetails } from "./steam.types";
|
||||||
|
import type { Subscription } from "./level.types";
|
||||||
|
|
||||||
export type GameStatus =
|
export type GameStatus =
|
||||||
| "active"
|
| "active"
|
||||||
|
Loading…
Reference in New Issue
Block a user