mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #13601] [MERGED] Delete children from cache on parent delete #13639
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/13601
Author: @Bond-009
Created: 2/21/2025
Status: ✅ Merged
Merged: 2/25/2025
Merged by: @Bond-009
Base:
release-10.10.z← Head:deleteChild📝 Commits (1)
1af7b6dDelete children from cache on parent delete📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
Emby.Server.Implementations/Library/LibraryManager.cs(+1 -0)📄 Description
This seems like a simple and safe (small) win.
Automatically invalidating cache entries after a while would be even better (or not having a cache at all) but such changes are too big for a point release IMO.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.