jellyfin / TMDbLib

C#.Net library for TheMovieDB
MIT License
344 stars 128 forks source link

Inconcistent Changes output types #381

Open LordMike opened 2 years ago

LordMike commented 2 years ago

From @mpfc75:

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

GetTvShowChangesAsync returns Task (not IList).

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