TMDbLib icon indicating copy to clipboard operation
TMDbLib copied to clipboard

Inconcistent Changes output types

Open LordMike opened this issue 4 years ago • 0 comments

From @mpfc75:

Thanks for your reply. GetMovieChangesAsync returns Task<IList<Change>> GetTvEpisodeChangesAsync returns Task<IList<Change>> GetTvSeasonChangesAsync returns Task<IList<Change>>

GetTvShowChangesAsync returns Task<ChangesContainer> (not IList).

These could all be of one form - as ChangesContainer wraps a List<Change>.

LordMike avatar Jul 08 '21 19:07 LordMike