Get Similar Artists in parallel

Also don't fail `GetArtistInfo` when Last.FM is not configured
This commit is contained in:
Deluan
2020-10-21 21:43:01 -04:00
parent ed84c5a0a3
commit 1cd2f015c2
3 changed files with 25 additions and 26 deletions
+1
View File
@@ -9,4 +9,5 @@ type ArtistInfo struct {
MediumImageUrl string
LargeImageUrl string
LastFMUrl string
SimilarArtists Artists
}