mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 08:03:36 +02:00
update type of the library parameter to string, instead of generating a list of possible values dynamically
This commit is contained in:
4
web/src/lib/api/api.d.ts
vendored
4
web/src/lib/api/api.d.ts
vendored
@@ -2632,7 +2632,7 @@ export interface operations {
|
||||
set_library_api_v1_tv_shows__show_id__library_post: {
|
||||
parameters: {
|
||||
query: {
|
||||
library: "Live Action" | "Default";
|
||||
library: string;
|
||||
};
|
||||
header?: never;
|
||||
path: {
|
||||
@@ -3491,7 +3491,7 @@ export interface operations {
|
||||
set_library_api_v1_movies__movie_id__library_post: {
|
||||
parameters: {
|
||||
query: {
|
||||
library: "Documentary" | "Default";
|
||||
library: string;
|
||||
};
|
||||
header?: never;
|
||||
path: {
|
||||
|
||||
Reference in New Issue
Block a user