mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: Update Ratings on Artist Refresh
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user