Merge pull request #1247 from tidusjar/dev

Fixed #1234
This commit is contained in:
Jamie 2017-03-14 12:47:32 +00:00 committed by GitHub
commit 91a3d4c653

View file

@ -360,6 +360,7 @@ namespace Ombi.Services.Jobs
Title = a.Title, Title = a.Title,
Type = Store.Models.Plex.PlexMediaType.Artist, Type = Store.Models.Plex.PlexMediaType.Artist,
Url = a.Url, Url = a.Url,
ItemId = "album"
}); });
} }
} }