jellyfin / TMDbLib

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

Added PublishedAt and Official to Video object #472

Closed Miatrix closed 6 months ago

Miatrix commented 6 months ago

From result of: [Get] https://api.themoviedb.org/3/movie/{movie_id}

"videos": { "results": [ { "iso_639_1": "en", "iso_3166_1": "US", "name": "Yours to Own Promo", "key": "UdFeVo0cODs", "site": "YouTube", "size": 1080, "type": "Teaser", "official": true, "published_at": "2023-10-17T13:00:24.000Z", "id": "652e887bea84c7010c1d8436" },