mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #15048] Fix stale UserData cache #14223
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/15048
Author: @theguymadmax
Created: 10/20/2025
Status: 🔄 Open
Base:
release-10.11.z← Head:fix-cache-issue📝 Commits (1)
d2df6adFix stale UserData cache📊 Changes
1 file changed (+12 additions, -4 deletions)
View changed files
📝
Emby.Server.Implementations/Library/UserDataManager.cs(+12 -4)📄 Description
Changes
Check cache before reading
item.UserDatato fix stale data. Also caches empty results and removes nullable return type.Issues
Fixes #14981Fixes #15615
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.