mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14425] [MERGED] Only save images when changed #13984
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/14425
Author: @JPVenson
Created: 7/5/2025
Status: ✅ Merged
Merged: 7/7/2025
Merged by: @crobibero
Base:
master← Head:bugfix/ImageSaveOperation📝 Commits (3)
d5718a6Only save images when changedd799710Remove duplicate value insertb46350fUpdate Emby.Server.Implementations/Library/LibraryManager.cs📊 Changes
2 files changed (+17 additions, -4 deletions)
View changed files
📝
Emby.Server.Implementations/Library/LibraryManager.cs(+16 -3)📝
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs(+1 -1)📄 Description
fixes https://github.com/jellyfin/jellyfin/issues/14412
fixes https://github.com/jellyfin/jellyfin/issues/14384
fixes https://github.com/jellyfin/jellyfin/issues/14331
Introduces new bug, manually saved images might not bust the internal cache and need to be refreshed during a scan. This is however better then just failing to scan overall.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.