[PR #15083] [MERGED] Fix LiveTV images not saving to database #14229

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15083
Author: @theguymadmax
Created: 10/21/2025
Status: Merged
Merged: 10/24/2025
Merged by: @crobibero

Base: release-10.11.zHead: livetv-image-fix


📝 Commits (1)

  • 24fb72f Fix LiveTV images not saving to database

📊 Changes

1 file changed (+7 additions, -0 deletions)

View changed files

📝 Jellyfin.Server.Implementations/Item/BaseItemRepository.cs (+7 -0)

📄 Description

LiveTV images were not being saved to the database because UpdateOrInsertItems only handled provider IDs during updates, but ignored images. When GuideManager set images on LiveTV channels and programs and called UpdateOrInsertItems, the images, although downloaded, were never written to the database.

Changes

Added image handling to the update path in UpdateOrInsertItems

Issues

Reported on the forum


🔄 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/15083 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `livetv-image-fix` --- ### 📝 Commits (1) - [`24fb72f`](https://github.com/jellyfin/jellyfin/commit/24fb72f2062c837b932009600bd8b931fdfe7495) Fix LiveTV images not saving to database ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Item/BaseItemRepository.cs` (+7 -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. --> LiveTV images were not being saved to the database because `UpdateOrInsertItems` only handled provider IDs during updates, but ignored images. When `GuideManager` set images on LiveTV channels and programs and called `UpdateOrInsertItems`, the images, although downloaded, were never written to the database. **Changes** <!-- Describe your changes here in 1-5 sentences. --> Added image handling to the update path in `UpdateOrInsertItems` **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Reported on the [forum](https://forum.jellyfin.org/t-10-11-update-breaks-channel-logos-in-live-tv?pid=65530#pid65530) --- <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:26:32 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14229