Better ArtistInfo field names

This commit is contained in:
Deluan
2020-10-20 11:33:55 -04:00
committed by Deluan Quintão
parent 00b6f895bb
commit 29d8950e5b
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ package model
type ArtistInfo struct {
ID string
Name string
MbzID string
Bio string
MBID string
Biography string
Similar []Artist
SmallImageUrl string
MediumImageUrl string