[PR #14259] [MERGED] fix(collection): Do not lock newly created collections #13911

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14259
Author: @darioackermann
Created: 6/9/2025
Status: Merged
Merged: 6/10/2025
Merged by: @crobibero

Base: masterHead: dac/fix-collection-locking


📝 Commits (1)

  • 0263e43 fix(collection): Do not lock newly created collections

📊 Changes

2 files changed (+1 additions, -1 deletions)

View changed files

📝 CONTRIBUTORS.md (+1 -0)
📝 Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs (+0 -1)

📄 Description

From discussion in #14237 :

Fixes #12862 by not locking newly created collections. Once collections are locked, the remote metadata providers are no longer run, which leads to collection information (metadata as well as thumbnails) not being collected since TmdB is a RemoteMetadataProvider.

Existing collections need to be deleted manually after this fix has been merged / shipped.


🔄 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/14259 **Author:** [@darioackermann](https://github.com/darioackermann) **Created:** 6/9/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `dac/fix-collection-locking` --- ### 📝 Commits (1) - [`0263e43`](https://github.com/jellyfin/jellyfin/commit/0263e435eaf84fd8bbcc5879576d1ecc5809bab0) fix(collection): Do not lock newly created collections ### 📊 Changes **2 files changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+1 -0) 📝 `Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs` (+0 -1) </details> ### 📄 Description From discussion in #14237 : Fixes #12862 by not locking newly created collections. Once collections are locked, the remote metadata providers are no longer run, which leads to collection information (metadata as well as thumbnails) not being collected since TmdB is a RemoteMetadataProvider. Existing collections need to be deleted manually after this fix has been merged / shipped. --- <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:21:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13911