mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #13504] [MERGED] Fix LiveTV Guide Backdrop image not updating #13606
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/13504
Author: @IDisposable
Created: 2/5/2025
Status: ✅ Merged
Merged: 2/9/2025
Merged by: @crobibero
Base:
release-10.10.z← Head:fix-guide-backdrop📝 Commits (1)
5fbc4b4Fix LiveTV Guide Backdrop image not updating📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
src/Jellyfin.LiveTv/Guide/GuideManager.cs(+3 -1)📄 Description
If the guide data changes any other image, the Backdrop image would not be updated.
This error was unintentionally introduced in PR https://github.com/jellyfin/jellyfin/pull/13227 here
Changes
Replace the short-circuiting || operator with a normal | OR operator to ensure that the call for UpdateImage for the Backdrop image still happens even if other images were also updated.
Issues
Fixes https://github.com/jellyfin/jellyfin/issues/13496
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.