mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #14230] [MERGED] Fix broken chapter image placeholders when no image is present #13888
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/14230
Author: @theguymadmax
Created: 6/6/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @crobibero
Base:
master← Head:null-chapter-image-fix📝 Commits (1)
e6bcae3Fix broken chapter image placeholders when no image is present📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
Jellyfin.Server.Implementations/Item/ChapterRepository.cs(+6 -1)📄 Description
Changes
Only generate ImageTag for chapters that have an actual ImagePath. Previously, ImageTag was always set regardless of whether an image existed, causing broken image placeholders in the UI for chapters without extracted images.
Issues
Fixes: #13578
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.