- Change <writer> to <credits>

pull/5662/head
jasimancas 4 years ago committed by Qstick
parent 4d965955d1
commit 1c58e26183

@ -253,7 +253,7 @@ namespace NzbDrone.Core.Extras.Metadata.Consumers.Xbmc
{ {
if (credit.Name != null && credit.Job == "Screenplay") if (credit.Name != null && credit.Job == "Screenplay")
{ {
details.Add(new XElement("writer", credit.Name)); details.Add(new XElement("credits", credit.Name));
} }
} }

Loading…
Cancel
Save