@jellyfin/sdk
    Preparing search index...

    Interface LibraryApiPostAddedSeriesRequest

    Request parameters for postAddedSeries operation in LibraryApi.

    LibraryApiPostAddedSeriesRequest

    interface LibraryApiPostAddedSeriesRequest {
        tvdbId?: string;
    }
    Index

    Properties

    Properties

    tvdbId?: string

    The tvdbId.

    LibraryApiPostAddedSeries