Added Genre and Track Number to getMusicDirectory

This commit is contained in:
Deluan
2016-03-02 22:43:31 -05:00
parent 838d4bf38f
commit 51bae19191
6 changed files with 11 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ type MediaFile struct {
Artist string
AlbumArtist string
AlbumId string `parent:"album"`
Track int
Genre string
Compilation bool
CreatedAt time.Time
UpdatedAt time.Time