mirror of https://github.com/Radarr/Radarr
- Change <writer> to <credits>
This commit is contained in:
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…
Reference in New Issue