Added Starred for Album and MediaFile
This commit is contained in:
@@ -9,6 +9,7 @@ type Album struct {
|
||||
AlbumArtist string
|
||||
Year int
|
||||
Compilation bool
|
||||
Starred bool
|
||||
Rating int
|
||||
Genre string
|
||||
}
|
||||
|
||||
@@ -21,6 +21,7 @@ type MediaFile struct {
|
||||
BitRate int
|
||||
Genre string
|
||||
Compilation bool
|
||||
Starred bool
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user