This commit is contained in:
Jamie.Rees 2017-03-14 12:47:07 +00:00
commit 0280f8149e

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