diff --git a/src/NzbDrone.Core/Music/RefreshArtistService.cs b/src/NzbDrone.Core/Music/RefreshArtistService.cs index fa06709ce..6ab261d61 100644 --- a/src/NzbDrone.Core/Music/RefreshArtistService.cs +++ b/src/NzbDrone.Core/Music/RefreshArtistService.cs @@ -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;