diff options
| author | Dario Ackermann <darioack@gmail.com> | 2025-06-10 01:32:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-09 17:32:31 -0600 |
| commit | d4c3d24e52359bc24e0dbcac29429da8411969b7 (patch) | |
| tree | b70b1fe5f3fbf84756e6a89b2bfb0810c19d6422 /Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs | |
| parent | d3ad2aec60e3b4894fc9ea7d03f674febaf66690 (diff) | |
fix(collection): Do not lock newly created collections (#14259)
Diffstat (limited to 'Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs b/Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs index 38631e0de..e62c638ed 100644 --- a/Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs +++ b/Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs @@ -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); |
