This commit is contained in:
@@ -20,7 +20,7 @@ type ArtistDetail struct {
|
||||
|
||||
type AlbumDetail struct {
|
||||
ID int `json:"id"`
|
||||
Title string `json:"title"`
|
||||
Artist int `json:"artist"`
|
||||
Title string `json:"title"`
|
||||
Artist string `json:"artist"`
|
||||
Songs []int `json:"songs"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user