[CA1801] Parameter is never used. Remove the parameter or use it in the method body.

This commit is contained in:
Cody Robibero
2021-07-10 10:09:02 -06:00
parent 4281722d5a
commit 65f8d8c0cd
9 changed files with 22 additions and 38 deletions

View File

@@ -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)
{