mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14941] [MERGED] Handle xx as TMDb no language for backdrops #14188
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/14941
Author: @crobibero
Created: 10/4/2025
Status: ✅ Merged
Merged: 10/4/2025
Merged by: @crobibero
Base:
master← Head:tmdb-backdrop📝 Commits (2)
27aa374Handle xx as TMDb no language for backdropsf6b428aNormalize xx to empty string📊 Changes
2 files changed (+5 additions, -1 deletions)
View changed files
📝
MediaBrowser.Providers/Plugins/Tmdb/TmdbUtils.cs(+4 -1)📝
tests/Jellyfin.Providers.Tests/Tmdb/TmdbUtilsTests.cs(+1 -0)📄 Description
Changes
TMDb now returns
xxfor images that don't have a language, so this change only sets the image type to Thumb if the language is something other than that.Issues
Fixes https://github.com/jellyfin/jellyfin/issues/14922
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.