From 1b567efeb5f4720f3d64a03359d420f83a3b781c Mon Sep 17 00:00:00 2001 From: gnattu Date: Wed, 17 Apr 2024 21:32:21 +0800 Subject: fix: correctly pass parameters in overrides Signed-off-by: gnattu --- MediaBrowser.Controller/Entities/UserRootFolder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Controller/Entities/UserRootFolder.cs') diff --git a/MediaBrowser.Controller/Entities/UserRootFolder.cs b/MediaBrowser.Controller/Entities/UserRootFolder.cs index 9c413617db..fc8a297639 100644 --- a/MediaBrowser.Controller/Entities/UserRootFolder.cs +++ b/MediaBrowser.Controller/Entities/UserRootFolder.cs @@ -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(); -- cgit v1.2.3