New: Enable Ratings for Albums

This commit is contained in:
Qstick
2018-04-08 02:48:34 -04:00
parent 8bd9119954
commit c833a6dc84
5 changed files with 8 additions and 2 deletions
@@ -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)