Merge pull request #1186 from smcpeck/EAP

Fix Headphones album search integration.
This commit is contained in:
Jamie 2017-02-25 22:27:03 +00:00 committed by GitHub
commit e43d2d8880
3 changed files with 4 additions and 1 deletions

View file

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