Re-apply HA fork patches on upstream v12.0 #3

Merged
benvin merged 2139 commits from benvin/rebase-v12 into main 2026-09-12 12:48:36 +10:00
Showing only changes of commit e44821e8f6 - Show all commits
+1 -1
View File
@@ -1333,7 +1333,7 @@ namespace MediaBrowser.Controller.Entities
}
var parents = GetParents().ToList();
if (GetParents().Any(i => !i.IsVisible(user, true)))
if (parents.Any(i => !i.IsVisible(user, true)))
{
return false;
}