You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The missing _id is definitely a bug. But as for the nullable int - there is a risk that this may be because the object is used in two places. It may be that the other place doesn't provide an id.
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
The text was updated successfully, but these errors were encountered: