updated image magick sharp

This commit is contained in:
Luke Pulverenti
2015-03-04 21:49:08 -05:00
parent a23c23f27b
commit 52a2ff5a2e
10 changed files with 18 additions and 44 deletions

View File

@@ -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;
}
}