mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-11 11:33:02 +03:00
Fixed AncestorIds
Fixed Sorting, NextUp and Continue Watching
This commit is contained in:
@@ -164,7 +164,9 @@ public class BaseItemEntity
|
||||
|
||||
public ICollection<BaseItemProvider>? Provider { get; set; }
|
||||
|
||||
public ICollection<AncestorId>? AncestorIds { get; set; }
|
||||
public ICollection<AncestorId>? ParentAncestors { get; set; }
|
||||
|
||||
public ICollection<AncestorId>? Children { get; set; }
|
||||
|
||||
public ICollection<BaseItemMetadataField>? LockedFields { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user