tonykaralis / TmdbEasy

A light-weight wrapper for the TMDb Api written in C#. TmdbEasy makes getting movie data a piece of cake..
MIT License
6 stars 4 forks source link

Add support for 1 API & misc. bug fixes #6

Closed aminchew closed 5 years ago

aminchew commented 5 years ago

Add file TmdbObjects\Certifications\TvContentRatings.cs & update project Add GetContentRatingsAsync() to TV API Fix GetSeasonCreditsAsync & GetEpisodeCreditsAsync in TV API Fix URL om GetImagesAsync in Movie API Change int to double for vote_average in Backdrop.cs & Poster.cs

tonykaralis commented 5 years ago

Thanks @aminchew nice work. I will release a new version of the nuget package, should be available withtin an hour or 2.

tonykaralis commented 5 years ago

Let me know if your changes are not reflecting in nuget 👍

aminchew commented 5 years ago

Looks good.