jellyfin / TMDbLib

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

Add Biography to TranslationData #444

Closed revam closed 9 months ago

revam commented 10 months ago

Add Biography to TranslationData and apply the same "hack" that was applied to Name/Title to consolidate it with the Overview property.

revam commented 9 months ago

Is there any chance this will also be merged soon? Or, is there anything preventing it from being merged?

cvium commented 9 months ago

Is there any chance this will also be merged soon? Or, is there anything preventing it from being merged?

I don't like the hack. We're also likely to remove Framework support and use System.Text.Json instead of Json.NET. It's fine for now though.