mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 12:31:57 +00:00
fix(collection): Do not lock newly created collections (#14259)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user