Fixed: Update Ratings on Artist Refresh

This commit is contained in:
Qstick 2018-04-03 23:43:07 -04:00
parent b6f9ea9397
commit fa63b962ea
1 changed files with 1 additions and 0 deletions

View File

@ -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;