Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/1c58e2618373f2ebfc08c4ac0ead4122821d2cd4?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

- 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