[PR #14230] [MERGED] Fix broken chapter image placeholders when no image is present #13888

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

📋 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: masterHead: null-chapter-image-fix


📝 Commits (1)

  • e6bcae3 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14230 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 6/6/2025 **Status:** ✅ Merged **Merged:** 6/6/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `null-chapter-image-fix` --- ### 📝 Commits (1) - [`e6bcae3`](https://github.com/jellyfin/jellyfin/commit/e6bcae342f9830a0ed8db3613f0c37f8146586e2) Fix broken chapter image placeholders when no image is present ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Item/ChapterRepository.cs` (+6 -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** 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 --- <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:20:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13888