[PR #16116] [MERGED] Fix TMDB image URLs missing size parameter #14528

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/16116
Author: @saltpi
Created: 1/26/2026
Status: Merged
Merged: 2/2/2026
Merged by: @Bond-009

Base: release-10.11.zHead: bugfix


📝 Commits (1)

  • 9734494 Fix TMDB image URLs missing size parameter

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs (+4 -1)

📄 Description

Changes

When TMDB plugin configuration size values (PosterSize, BackdropSize, etc.)
are null or empty, the GetUrl() method now defaults to "original" instead of
passing null/empty to the TMDb client. This prevents malformed URLs like
"https://image.tmdb.org/t/p//filename.jpg" and ensures proper format
"https://image.tmdb.org/t/p/original/filename.jpg".

Fixes remote image search failing to display TMDB images in Edit Images modal.

Issues

Fix TMDB image URLs missing size parameter #16102


🔄 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/16116 **Author:** [@saltpi](https://github.com/saltpi) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `release-10.11.z` ← **Head:** `bugfix` --- ### 📝 Commits (1) - [`9734494`](https://github.com/jellyfin/jellyfin/commit/9734494eb6bb212fd447981c11d14e3e461b1941) Fix TMDB image URLs missing size parameter ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs` (+4 -1) </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. --> When TMDB plugin configuration size values (PosterSize, BackdropSize, etc.) are null or empty, the GetUrl() method now defaults to "original" instead of passing null/empty to the TMDb client. This prevents malformed URLs like "https://image.tmdb.org/t/p//filename.jpg" and ensures proper format "https://image.tmdb.org/t/p/original/filename.jpg". Fixes remote image search failing to display TMDB images in Edit Images modal. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fix TMDB image URLs missing size parameter #16102 --- <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:31:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14528