read track from music video nfo metadata (#799)

This commit is contained in:
Jason Dove
2022-05-12 12:31:40 -05:00
committed by GitHub
parent bd5b52922d
commit 47252b1243
10 changed files with 4333 additions and 0 deletions
@@ -17,6 +17,9 @@ public class MusicVideoNfo
[XmlElement("plot")]
public string Plot { get; set; }
[XmlElement("track")]
public int Track { get; set; }
[XmlElement("aired")]
public Option<DateTime> Aired { get; set; }