[PR #14425] [MERGED] Only save images when changed #13984

Closed
opened 2026-02-07 07:22:23 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: bugfix/ImageSaveOperation


📝 Commits (3)

  • d5718a6 Only save images when changed
  • d799710 Remove duplicate value insert
  • b46350f Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14425 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 7/5/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `bugfix/ImageSaveOperation` --- ### 📝 Commits (3) - [`d5718a6`](https://github.com/jellyfin/jellyfin/commit/d5718a6e6b407bf5e11803a943cb1978649aa745) Only save images when changed - [`d799710`](https://github.com/jellyfin/jellyfin/commit/d799710fe733c29607353c46c8241580851e7e04) Remove duplicate value insert - [`b46350f`](https://github.com/jellyfin/jellyfin/commit/b46350f1664907f8f202003c6f50b34eb0ddd4d5) Update Emby.Server.Implementations/Library/LibraryManager.cs ### 📊 Changes **2 files changed** (+17 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+16 -3) 📝 `Jellyfin.Server.Implementations/Item/BaseItemRepository.cs` (+1 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:22:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13984