Add dedicated SimilarArtists call

This commit is contained in:
Deluan
2020-10-20 13:38:44 -04:00
committed by Deluan Quintão
parent 29d8950e5b
commit e9e09a7480
22 changed files with 317 additions and 91 deletions
-1
View File
@@ -5,7 +5,6 @@ type ArtistInfo struct {
Name string
MBID string
Biography string
Similar []Artist
SmallImageUrl string
MediumImageUrl string
LargeImageUrl string