More track info

This commit is contained in:
Deluan
2016-03-02 23:51:26 -05:00
parent 1f31de589a
commit eabee8b502
5 changed files with 30 additions and 3 deletions
+4
View File
@@ -14,6 +14,10 @@ type Track struct {
Genre string
TrackNumber int
Year int
Size string
Suffix string
Duration int
BitRate int
Compilation bool
CreatedAt time.Time
UpdatedAt time.Time