From 0280f8149e5360624294d8d2c88fcecacc91cec0 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Tue, 14 Mar 2017 12:47:07 +0000 Subject: [PATCH] Fixed #1234 --- Ombi.Services/Jobs/PlexContentCacher.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Ombi.Services/Jobs/PlexContentCacher.cs b/Ombi.Services/Jobs/PlexContentCacher.cs index f5879b5df..5b6dc55d4 100644 --- a/Ombi.Services/Jobs/PlexContentCacher.cs +++ b/Ombi.Services/Jobs/PlexContentCacher.cs @@ -360,6 +360,7 @@ namespace Ombi.Services.Jobs Title = a.Title, Type = Store.Models.Plex.PlexMediaType.Artist, Url = a.Url, + ItemId = "album" }); } }