@jellyfin/sdk
    Preparing search index...

    Interface LibraryApiPostUpdatedSeriesRequest

    Request parameters for postUpdatedSeries operation in LibraryApi.

    LibraryApiPostUpdatedSeriesRequest

    interface LibraryApiPostUpdatedSeriesRequest {
        tvdbId?: string;
    }
    Index

    Properties

    Properties

    tvdbId?: string

    The tvdbId.

    LibraryApiPostUpdatedSeries