fix(collection): Do not lock newly created collections (#14259)

This commit is contained in:
Dario Ackermann
2025-06-10 01:32:31 +02:00
committed by GitHub
parent d3ad2aec60
commit d4c3d24e52
2 changed files with 1 additions and 1 deletions

View File

@@ -125,7 +125,6 @@ public class CollectionPostScanTask : ILibraryPostScanTask
boxSet = await _collectionManager.CreateCollectionAsync(new CollectionCreationOptions
{
Name = collectionName,
IsLocked = true
}).ConfigureAwait(false);
await _collectionManager.AddToCollectionAsync(boxSet.Id, movieIds).ConfigureAwait(false);