more refactoring - compiles now but not extensively tested

This commit is contained in:
Drew Weymouth
2023-05-14 20:50:06 -07:00
parent 85042fcbd4
commit fd106560d0
20 changed files with 216 additions and 249 deletions
+2
View File
@@ -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
}