fixed overview saving in CriticRatingSummary field

This commit is contained in:
Luke Pulverenti 2013-07-16 23:44:51 -04:00
parent 8937e83149
commit 35fcb866ef
1 changed files with 1 additions and 1 deletions

View File

@ -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))