two hotfixes (#392)

this prevents the app from running correctly
This commit is contained in:
Marcel Hellwig
2026-02-01 17:42:15 +01:00
committed by GitHub
parent e22e0394bd
commit 311e625eee
4 changed files with 17 additions and 7 deletions

View File

@@ -3269,7 +3269,7 @@ export interface operations {
query: {
show_id: string;
season_number?: number;
search_query_override?: string;
search_query_override?: string | null;
};
header?: never;
path?: never;
@@ -3636,7 +3636,7 @@ export interface operations {
[name: string]: unknown;
};
content: {
'application/json': components['schemas']['PublicMovie'][];
'application/json': components['schemas']['Movie'][];
};
};
};