[PR #14941] [MERGED] Handle xx as TMDb no language for backdrops #14188

Closed
opened 2026-02-07 07:25:54 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: tmdb-backdrop


📝 Commits (2)

  • 27aa374 Handle xx as TMDb no language for backdrops
  • f6b428a Normalize 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 xx for 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14941 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 10/4/2025 **Status:** ✅ Merged **Merged:** 10/4/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `tmdb-backdrop` --- ### 📝 Commits (2) - [`27aa374`](https://github.com/jellyfin/jellyfin/commit/27aa374062bc12c900608a861f4ad2b859ddac5a) Handle xx as TMDb no language for backdrops - [`f6b428a`](https://github.com/jellyfin/jellyfin/commit/f6b428a0964d751b65c69324fdd6cde7454e7c1a) Normalize xx to empty string ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/Plugins/Tmdb/TmdbUtils.cs` (+4 -1) 📝 `tests/Jellyfin.Providers.Tests/Tmdb/TmdbUtilsTests.cs` (+1 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> TMDb now returns `xx` for 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** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes https://github.com/jellyfin/jellyfin/issues/14922 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:25:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14188