mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 20:54:20 +01:00
updated nuget
This commit is contained in:
@@ -13,6 +13,9 @@ namespace MediaBrowser.Controller.Entities
|
||||
public string ItemType { get; set; }
|
||||
public int? ItemYear { get; set; }
|
||||
|
||||
[IgnoreDataMember]
|
||||
public string Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Serves as a cache
|
||||
/// </summary>
|
||||
@@ -27,6 +30,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
Type = LinkedChildType.Manual
|
||||
};
|
||||
}
|
||||
|
||||
public LinkedChild()
|
||||
{
|
||||
Id = Guid.NewGuid().ToString("N");
|
||||
}
|
||||
}
|
||||
|
||||
public enum LinkedChildType
|
||||
|
||||
Reference in New Issue
Block a user