mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13227] [MERGED] Fix EPG image caching #13509
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/13227
Author: @Shadowghost
Created: 12/15/2024
Status: ✅ Merged
Merged: 12/31/2024
Merged by: @crobibero
Base:
release-10.10.z← Head:fix-schedules-direct📝 Commits (4)
9dc810cOnly return cacheable images from SchedulesDirect0e0f4d4Fix guide image update and cachingb16be27Abstract image update more5a9ff79Fixup📊 Changes
2 files changed (+124 additions, -98 deletions)
View changed files
📝
src/Jellyfin.LiveTv/Guide/GuideManager.cs(+109 -82)📝
src/Jellyfin.LiveTv/Listings/SchedulesDirect.cs(+15 -16)📄 Description
Changes
ListingManagerso we don't save any image URLs with API key in the databaseIssues
Fixes #13147
ToDo
Note
This is a workaround since the proper fix would require quite some database changes which we currently can't do in a point release due to the ongoing EFCore migration. The proper fix would entail something along these lines:
ItemImageInfowith new fieldsProviderNameandRequiresTokenSchedulesDirectRequiresToken=true, provider with matching name handles resolution🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.