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

View file

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