jellyfin / TMDbLib

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

Add Logos field to images. #383

Closed awesomestmason closed 2 years ago

awesomestmason commented 2 years ago

TMDb now stores logos as an image type (see https://www.themoviedb.org/talk/5b8effd792514173b2000bb9?language=en-US&page=2). This change will let us access the new Logos field when getting images for a movie.

LordMike commented 2 years ago

Sorry for the delay in getting to this - I see a later PR added Logos as well as adding tests etc.