mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 10:44:23 -04:00
fix(collection): Do not lock newly created collections (#14259)
This commit is contained in:
parent
d3ad2aec60
commit
d4c3d24e52
@ -27,6 +27,7 @@
|
|||||||
- [cryptobank](https://github.com/cryptobank)
|
- [cryptobank](https://github.com/cryptobank)
|
||||||
- [cvium](https://github.com/cvium)
|
- [cvium](https://github.com/cvium)
|
||||||
- [dannymichel](https://github.com/dannymichel)
|
- [dannymichel](https://github.com/dannymichel)
|
||||||
|
- [darioackermann](https://github.com/darioackermann)
|
||||||
- [DaveChild](https://github.com/DaveChild)
|
- [DaveChild](https://github.com/DaveChild)
|
||||||
- [DavidFair](https://github.com/DavidFair)
|
- [DavidFair](https://github.com/DavidFair)
|
||||||
- [Delgan](https://github.com/Delgan)
|
- [Delgan](https://github.com/Delgan)
|
||||||
|
@ -125,7 +125,6 @@ public class CollectionPostScanTask : ILibraryPostScanTask
|
|||||||
boxSet = await _collectionManager.CreateCollectionAsync(new CollectionCreationOptions
|
boxSet = await _collectionManager.CreateCollectionAsync(new CollectionCreationOptions
|
||||||
{
|
{
|
||||||
Name = collectionName,
|
Name = collectionName,
|
||||||
IsLocked = true
|
|
||||||
}).ConfigureAwait(false);
|
}).ConfigureAwait(false);
|
||||||
|
|
||||||
await _collectionManager.AddToCollectionAsync(boxSet.Id, movieIds).ConfigureAwait(false);
|
await _collectionManager.AddToCollectionAsync(boxSet.Id, movieIds).ConfigureAwait(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user