Fix incomplete tag query for whitelist tags (#11416)

This commit is contained in:
gnattu
2024-05-01 03:32:49 +08:00
committed by GitHub
parent 48bb16472f
commit 5dc6bb4910
3 changed files with 21 additions and 2 deletions

View File

@@ -1610,7 +1610,7 @@ namespace MediaBrowser.Controller.Entities
}
var parent = GetParents().FirstOrDefault() ?? this;
if (parent is UserRootFolder)
if (parent is UserRootFolder or AggregateFolder)
{
return true;
}