From 97b1901a645c5c35309371e766171dc835c81a99 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Mon, 8 Aug 2016 13:45:18 +0100 Subject: [PATCH] Change to use the GrandparentTitle rather than the thumbnail.... facepalm --- PlexRequests.Services/Jobs/PlexEpisodeCacher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlexRequests.Services/Jobs/PlexEpisodeCacher.cs b/PlexRequests.Services/Jobs/PlexEpisodeCacher.cs index 1ccafea09..d039d9f17 100644 --- a/PlexRequests.Services/Jobs/PlexEpisodeCacher.cs +++ b/PlexRequests.Services/Jobs/PlexEpisodeCacher.cs @@ -122,7 +122,7 @@ namespace PlexRequests.Services.Jobs ProviderId = epInfo.ProviderId, RatingKey = metadataVideo.RatingKey, SeasonNumber = epInfo.SeasonNumber, - ShowTitle = metadataVideo.GrandparentThumb + ShowTitle = metadataVideo.GrandparentTitle }, 1); }