more refactoring - compiles now but not extensively tested
This commit is contained in:
@@ -21,6 +21,7 @@ type AlbumWithTracks struct {
|
||||
type Artist struct {
|
||||
ID string
|
||||
Name string
|
||||
Favorite bool
|
||||
AlbumCount int
|
||||
}
|
||||
|
||||
@@ -71,6 +72,7 @@ type Playlist struct {
|
||||
Description string
|
||||
Public bool
|
||||
Owner string
|
||||
Duration int
|
||||
TrackCount int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user