jellyfin / TMDbLib

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

Missing Property on KnownForBase #402

Open Hercules187 opened 2 years ago

Hercules187 commented 2 years ago

Is there a missing property of OriginalTitle on KnownForBase?

LordMike commented 2 years ago

There could be - TMDb regularly adds new fields.

Do check though, for that base, if the specific implementation you get has OriginalTitle. KnownForBase is inherited into a number of different types.

Hercules187 commented 2 years ago

to be fair inheritance isn't my strongest area but looking at the base class it appears that OriginalTitle is missing, which is weird as you would expect the title of the movie they are known for to be one of the first things to be exposed.