mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding proper path for real debrid downloads
This commit is contained in:
commit
5ec56bda5b
16 changed files with 279 additions and 214 deletions
|
@ -16,7 +16,7 @@ export interface SteamScreenshot {
|
|||
|
||||
export interface SteamVideoSource {
|
||||
max: string;
|
||||
'480': string;
|
||||
"480": string;
|
||||
}
|
||||
|
||||
export interface SteamMovies {
|
||||
|
@ -35,7 +35,7 @@ export interface SteamAppDetails {
|
|||
short_description: string;
|
||||
publishers: string[];
|
||||
genres: SteamGenre[];
|
||||
movies: SteamMovies[];
|
||||
movies?: SteamMovies[];
|
||||
screenshots: SteamScreenshot[];
|
||||
pc_requirements: {
|
||||
minimum: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue