mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-21 10:45:12 -04:00
Fixed: Update Ratings on Artist Refresh
This commit is contained in:
1 parent
b6f9ea9397
commit
fa63b962ea
1 file changed
+1
@@ -85,6 +85,7 @@ private void RefreshArtistInfo(Artist artist)
|
||||
artist.Images = artistInfo.Images;
|
||||
artist.Genres = artistInfo.Genres;
|
||||
artist.Links = artistInfo.Links;
|
||||
artist.Ratings = artistInfo.Ratings;
|
||||
artist.Disambiguation = artistInfo.Disambiguation;
|
||||
artist.ArtistType = artistInfo.ArtistType;
|
||||
|
||||
|
||||
Reference in new issue
Block a user