add movie directors and writers (#219)

This commit is contained in:
Jason Dove
2021-05-27 09:24:47 -05:00
committed by GitHub
parent 68123a2f9c
commit 0bbed69e85
26 changed files with 3315 additions and 12 deletions
+6
View File
@@ -39,5 +39,11 @@ namespace ErsatzTV.Core.Metadata.Nfo
[XmlElement("actor")]
public List<ActorNfo> Actors { get; set; }
[XmlElement("credits")]
public List<string> Writers { get; set; }
[XmlElement("director")]
public List<string> Directors { get; set; }
}
}