Adding song and album counts

This commit is contained in:
Deluan
2016-03-27 20:13:00 -04:00
parent 167e7a1825
commit 3cc92a32bd
9 changed files with 32 additions and 7 deletions
+1
View File
@@ -15,6 +15,7 @@ type Album struct {
Starred bool
PlayCount int
PlayDate time.Time
SongCount int
Duration int
Rating int
Genre string