3 hours ago
It's because TMDB implemented language regions a few weeks ago, and the API for that change just went live in the last couple days.
xx-XX means "no language no region"
en-US for example would mean "English language U.S. region"
Jellyfin is looking for xx instead of xx-XX, so it's interpreting xx-XX backdrops as being thumbs belonging to a language group instead of passing them along as textless backdrops.
Jellyfin code simply needs to be changed to adapt to TMDB's new changes.
Should be fairly easy to fix. Should be fairly quick to fix however that all depends on the devs.
xx-XX means "no language no region"
en-US for example would mean "English language U.S. region"
Jellyfin is looking for xx instead of xx-XX, so it's interpreting xx-XX backdrops as being thumbs belonging to a language group instead of passing them along as textless backdrops.
Jellyfin code simply needs to be changed to adapt to TMDB's new changes.
Should be fairly easy to fix. Should be fairly quick to fix however that all depends on the devs.