mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fixed overview saving in CriticRatingSummary field
This commit is contained in:
parent
8937e83149
commit
35fcb866ef
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user