Scanning artists and albums too

This commit is contained in:
Deluan
2016-02-28 13:50:05 -05:00
parent bccfeec2d3
commit 14e52576a7
11 changed files with 209 additions and 51 deletions
+1
View File
@@ -11,6 +11,7 @@ type Track struct {
Album string
Artist string
AlbumArtist string
Year int
Compilation bool
CreatedAt time.Time
UpdatedAt time.Time