use aired for music video release date (#784)

This commit is contained in:
Jason Dove
2022-05-04 11:36:00 -05:00
committed by GitHub
parent fcfd579b37
commit 9decb91bf7
11 changed files with 4313 additions and 47 deletions
@@ -17,6 +17,9 @@ public class MusicVideoNfo
[XmlElement("plot")]
public string Plot { get; set; }
[XmlElement("aired")]
public Option<DateTime> Aired { get; set; }
[XmlElement("year")]
public int Year { get; set; }