@jellyfin/sdk
    Preparing search index...

    Interface LibraryApiPostAddedMoviesRequest

    Request parameters for postAddedMovies operation in LibraryApi.

    LibraryApiPostAddedMoviesRequest

    interface LibraryApiPostAddedMoviesRequest {
        imdbId?: string;
        tmdbId?: string;
    }
    Index

    Properties

    Properties

    imdbId?: string

    The imdbId.

    LibraryApiPostAddedMovies

    tmdbId?: string

    The tmdbId.

    LibraryApiPostAddedMovies