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
@@ -27,6 +27,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
public List<MediumResource> Media { get; set; }
public List<TrackResource> Tracks { get; set; }
public List<ReleaseResource> Releases { get; set; }
public RatingResource Rating { get; set; }
public string SelectedRelease { get; set; }
public AlbumArtistResource Artist { get; set; }
}