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

@@ -751,11 +751,6 @@ namespace MediaBrowser.LocalMetadata.Savers
builder.Append("<Type>" + SecurityElement.Escape(link.ItemType) + "</Type>");
}
if (link.ItemYear.HasValue)
{
builder.Append("<Year>" + SecurityElement.Escape(link.ItemYear.Value.ToString(UsCulture)) + "</Year>");
}
if (!string.IsNullOrWhiteSpace(link.Path))
{
builder.Append("<Path>" + SecurityElement.Escape((link.Path)) + "</Path>");