1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

- Change <writer> to <credits>

This commit is contained in:
jasimancas
2020-11-16 19:04:02 +01:00
committed by Qstick
parent 4d965955d1
commit 1c58e26183

View File

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