|
|
@ -85,6 +85,7 @@ namespace NzbDrone.Core.Music
|
|
|
|
artist.Images = artistInfo.Images;
|
|
|
|
artist.Images = artistInfo.Images;
|
|
|
|
artist.Genres = artistInfo.Genres;
|
|
|
|
artist.Genres = artistInfo.Genres;
|
|
|
|
artist.Links = artistInfo.Links;
|
|
|
|
artist.Links = artistInfo.Links;
|
|
|
|
|
|
|
|
artist.Ratings = artistInfo.Ratings;
|
|
|
|
artist.Disambiguation = artistInfo.Disambiguation;
|
|
|
|
artist.Disambiguation = artistInfo.Disambiguation;
|
|
|
|
artist.ArtistType = artistInfo.ArtistType;
|
|
|
|
artist.ArtistType = artistInfo.ArtistType;
|
|
|
|
|
|
|
|
|
|
|
|