fixed overview saving in CriticRatingSummary field

pull/702/head
Luke Pulverenti 11 years ago
parent 8937e83149
commit 35fcb866ef

@ -175,7 +175,7 @@ namespace MediaBrowser.Providers.Savers
if (!string.IsNullOrEmpty(item.CriticRatingSummary))
{
builder.Append("<CriticRatingSummary><![CDATA[" + item.Overview + "]]></CriticRatingSummary>");
builder.Append("<CriticRatingSummary><![CDATA[" + item.CriticRatingSummary + "]]></CriticRatingSummary>");
}
if (!string.IsNullOrEmpty(item.Overview))

Loading…
Cancel
Save