mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 00:26:25 +00:00
Added ParentId to ApiBaseItem
This commit is contained in:
parent
d6a0e8dbc5
commit
8edc1ce710
@@ -26,6 +26,8 @@ namespace MediaBrowser.Model.Entities
|
||||
|
||||
public bool IsFolder { get; set; }
|
||||
|
||||
public Guid ParentId { get; set; }
|
||||
|
||||
public string Type { get; set; }
|
||||
|
||||
public bool IsType(Type type)
|
||||
|
||||
Reference in New Issue
Block a user