diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-07-20 21:24:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-20 21:24:08 +0200 |
| commit | c22582b5aa118584bdfc1ad1e03403dba9bf5687 (patch) | |
| tree | f2d59d7abb6d628b78b7db460de04a6ecb26697a /Emby.Server.Implementations/Collections/CollectionManager.cs | |
| parent | c817c636967de99a422ed762305123684b659acc (diff) | |
| parent | 65f8d8c0cd6cf64cebcbc0cc9279d9857ebf343c (diff) | |
Merge pull request #6281 from crobibero/controller-warn-04
Diffstat (limited to 'Emby.Server.Implementations/Collections/CollectionManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Collections/CollectionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Collections/CollectionManager.cs b/Emby.Server.Implementations/Collections/CollectionManager.cs index 82d80fc83..4fc33e2ea 100644 --- a/Emby.Server.Implementations/Collections/CollectionManager.cs +++ b/Emby.Server.Implementations/Collections/CollectionManager.cs @@ -164,7 +164,7 @@ namespace Emby.Server.Implementations.Collections DateCreated = DateTime.UtcNow }; - parentFolder.AddChild(collection, CancellationToken.None); + parentFolder.AddChild(collection); if (options.ItemIdList.Count > 0) { |
