You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes for jellyfin#381 and jellyfin#382.
This change updates GetTvShowChangesAsync to:
1) (jellyfin#381) Changes returned type from Task<ChangesContainer> to Task<IList<Change>> to be consistent with GetTvSeasonChangesAsync, GetTvEpisodeChangesAsync, and GetMovieChangeAsync.
2) (jellyfin#382) Add missing startDate, endDate, and page parms
GetTvShowChangesAsync
has less parameters than the api docs describe.Other methods are likely also missing parameters.
The text was updated successfully, but these errors were encountered: