Fixed: Update Ratings on Artist Refresh

pull/6/head
Qstick 6 years ago
parent b6f9ea9397
commit fa63b962ea

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

Loading…
Cancel
Save