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 MediaFile struct {
AlbumId string `parent:"album"`
Track int
Year int
Size string
Suffix string
Duration int
BitRate int
Genre string
Compilation bool
CreatedAt time.Time