1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-27 06:02:33 +01: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 @@ public override MetadataFileResult MovieMetadata(Movie movie, MovieFile movieFil
{
if (credit.Name != null && credit.Job == "Screenplay")
{
details.Add(new XElement("writer", credit.Name));
details.Add(new XElement("credits", credit.Name));
}
}