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
@@ -129,6 +129,7 @@ Le groupe a également enregistré une version espagnole de ce titre, La reina d
nfo.Year.Should().Be(1976);
nfo.Aired.IsNone.Should().BeTrue();
nfo.Genres.Should().BeEquivalentTo(new List<string> { "Pop" });
nfo.Track.Should().Be(-1);
}
}