jellyfin / TMDbLib

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

Add missing properties to SearchCollection class #483

Closed DineshSolanki closed 3 months ago

DineshSolanki commented 4 months ago

New properties have been added to the SearchCollection class as per TMDB API documentation. These include properties for 'adult', 'original language', 'original name', and 'overview' which were initially missing in the class definition.