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
+1
View File
@@ -9,6 +9,7 @@ type Album struct {
AlbumArtist string
Year int
Compilation bool
Starred bool
Rating int
Genre string
}
+1
View File
@@ -21,6 +21,7 @@ type MediaFile struct {
BitRate int
Genre string
Compilation bool
Starred bool
CreatedAt time.Time
UpdatedAt time.Time
}