mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 21:37:59 +03:00
[PR #16116] [MERGED] Fix TMDB image URLs missing size parameter #14528
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/16116
Author: @saltpi
Created: 1/26/2026
Status: ✅ Merged
Merged: 2/2/2026
Merged by: @Bond-009
Base:
release-10.11.z← Head:bugfix📝 Commits (1)
9734494Fix 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.