diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1ff5607eae..57d7398be9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -27,6 +27,7 @@ - [cryptobank](https://github.com/cryptobank) - [cvium](https://github.com/cvium) - [dannymichel](https://github.com/dannymichel) + - [darioackermann](https://github.com/darioackermann) - [DaveChild](https://github.com/DaveChild) - [DavidFair](https://github.com/DavidFair) - [Delgan](https://github.com/Delgan) diff --git a/Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs b/Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs index 38631e0de8..e62c638ed6 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);