Change to use the GrandparentTitle rather than the thumbnail.... facepalm

This commit is contained in:
tidusjar 2016-08-08 13:45:18 +01:00
parent f02dd18c66
commit 97b1901a64

View file

@ -122,7 +122,7 @@ namespace PlexRequests.Services.Jobs
ProviderId = epInfo.ProviderId,
RatingKey = metadataVideo.RatingKey,
SeasonNumber = epInfo.SeasonNumber,
ShowTitle = metadataVideo.GrandparentThumb
ShowTitle = metadataVideo.GrandparentTitle
},
1);
}