mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14259] [MERGED] fix(collection): Do not lock newly created collections #13911
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/14259
Author: @darioackermann
Created: 6/9/2025
Status: ✅ Merged
Merged: 6/10/2025
Merged by: @crobibero
Base:
master← Head:dac/fix-collection-locking📝 Commits (1)
0263e43fix(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.