mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 08:23:28 -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