mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed: Update Ratings on Artist Refresh
This commit is contained in:
parent
b6f9ea9397
commit
fa63b962ea
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue