Interface GetTVShowDetailsParams

GetTVShowDetailsParams ($ref: "VideoLibrary.GetTVShowDetails.Params") Parameters for the GetTVShowDetails method.

interface GetTVShowDetailsParams {
    properties?: VideoProperty[];
    tvshowid: string;
}

Properties

properties?: VideoProperty[]
tvshowid: string