mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +01:00
updated image magick sharp
This commit is contained in:
@@ -1245,13 +1245,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
if (string.Equals(i.GetType().Name, info.ItemType, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
if (info.ItemYear.HasValue)
|
||||
{
|
||||
if (info.ItemYear.Value != (i.ProductionYear ?? -1))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1135,10 +1135,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
foreach (var child in LinkedChildren)
|
||||
{
|
||||
// Reset the cached value
|
||||
if (child.ItemId.HasValue && child.ItemId.Value == Guid.Empty)
|
||||
{
|
||||
child.ItemId = null;
|
||||
}
|
||||
child.ItemId = null;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
@@ -11,7 +11,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
public string ItemName { get; set; }
|
||||
public string ItemType { get; set; }
|
||||
public int? ItemYear { get; set; }
|
||||
|
||||
[IgnoreDataMember]
|
||||
public string Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user