Added DiscNumber field, used to sort tracks

This commit is contained in:
Deluan
2016-03-03 00:42:42 -05:00
parent 1aeb22dcb7
commit ffd6304a23
6 changed files with 22 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ type Track struct {
AlbumArtist string
Genre string
TrackNumber int
DiscNumber int
Year int
Size string
Suffix string