fix: correctly pass parameters in overrides

Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
gnattu
2024-04-17 21:32:21 +08:00
parent e4d66f35fd
commit 1b567efeb5
2 changed files with 4 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ namespace MediaBrowser.Controller.Entities
{
ClearCache();
await base.ValidateChildrenInternal(progress, recursive, refreshChildMetadata, false, refreshOptions, directoryService, cancellationToken)
await base.ValidateChildrenInternal(progress, recursive, refreshChildMetadata, allowRemoveRoot, refreshOptions, directoryService, cancellationToken)
.ConfigureAwait(false);
ClearCache();