Headphones - added releaseID to generic RequestedModel and passing that through to HP request. Their API doesn't request via the MusicBrainzId.

This commit is contained in:
smcpeck 2017-02-24 16:14:16 -06:00
parent 63b6c8ea76
commit 2178881895
3 changed files with 4 additions and 1 deletions

View file

@ -1412,6 +1412,7 @@ namespace Ombi.UI.Modules
{
Title = albumInfo.title,
MusicBrainzId = albumInfo.id,
ReleaseId = releaseId,
Overview = albumInfo.disambiguation,
PosterPath = img,
Type = RequestType.Album,