Merge pull request #1247 from tidusjar/dev

Fixed #1234
pull/1300/head
Jamie 8 years ago committed by GitHub
commit 91a3d4c653

@ -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"
}); });
} }
} }

Loading…
Cancel
Save