Fix ancestors (#13827)

This commit is contained in:
Tim Eisele
2025-04-05 18:49:29 +02:00
committed by GitHub
parent 0e7ae0e9a4
commit de3d1445c0
7 changed files with 1688 additions and 10 deletions

View File

@@ -164,7 +164,7 @@ public class BaseItemEntity
public ICollection<BaseItemProvider>? Provider { get; set; }
public ICollection<AncestorId>? ParentAncestors { get; set; }
public ICollection<AncestorId>? Parents { get; set; }
public ICollection<AncestorId>? Children { get; set; }