jellyfin / TMDbLib

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

Get popular people refactor #401

Closed angyanmark closed 1 year ago

angyanmark commented 2 years ago

There is no need for PersonListType.cs and PersonResult.cs. Get popular people method renamed and language parameter added.

Now it matches the get popular movies and get popular tv shows methods, they all return a SearchContainer<SearchBase>.

angyanmark commented 1 year ago

Hi, @LordMike!

Could you take a look at this PR?

Thanks!