Implemented more getAlbumList.view types

This commit is contained in:
Deluan
2016-03-04 17:01:14 -05:00
parent 766fdbc60c
commit 1c9d7721ad
4 changed files with 21 additions and 5 deletions
+2
View File
@@ -13,6 +13,8 @@ type Album struct {
Year int
Compilation bool
Starred bool
PlayCount int
PlayDate time.Time
Rating int
Genre string
CreatedAt time.Time