jellyfin / TMDbLib

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

Add Runtime to TvEpisodeBase #442

Closed revam closed 9 months ago

revam commented 10 months ago

I was about to use the runtime for the episode and found it was missing from the library. :smiling_face_with_tear:

revam commented 10 months ago

So far I've only spotted the field with a set value in the raw JSON, but it's hard to check if the field can be missing/null on TMDb's API doc site (for me at least). If anyone knows, then please correct my assumption that it is always present for every episode.