You made the property: TMDbLib.Objects.TvShows.TvEpisodeInfo.Id nullable.
This seems not correct.
In my understanding the Id cant be null.
Same for: TMDbLib.Objects.TvShows.TvSeason.Id
Please have a look ainto the description of the Api.
Episode and Season have 2 Id's
one "string _id" and one "int id" (see underscore)
And afaik you have no Property for the string _id.
Regards
Wolfgang
You made the property: TMDbLib.Objects.TvShows.TvEpisodeInfo.Id nullable.
This seems not correct.
In my understanding the Id cant be null.
Same for: TMDbLib.Objects.TvShows.TvSeason.Id
Please have a look ainto the description of the Api.
Episode and Season have 2 Id's
one "string _id" and one "int id" (see underscore)
And afaik you have no Property for the string _id.
Regards
Wolfgang