mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Enable Ratings for Albums
This commit is contained in:
@@ -265,6 +265,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||
album.ForeignAlbumId = resource.Id;
|
||||
album.ReleaseDate = resource.ReleaseDate;
|
||||
album.CleanTitle = Parser.Parser.CleanArtistName(album.Title);
|
||||
album.Ratings = MapRatings(resource.Rating);
|
||||
album.AlbumType = resource.Type;
|
||||
|
||||
if (resource.Images != null)
|
||||
|
||||
Reference in New Issue
Block a user