Added Starred for Album and MediaFile

This commit is contained in:
Deluan
2016-03-03 01:07:13 -05:00
parent 393b7f5b90
commit f01a5f143d
7 changed files with 11 additions and 3 deletions
+2
View File
@@ -20,6 +20,8 @@ type Track struct {
Duration int
BitRate int
Compilation bool
Loved bool
AlbumLoved bool
CreatedAt time.Time
UpdatedAt time.Time
}