Fixed issue with saving to db

This commit is contained in:
tidusjar 2016-08-05 20:36:24 +01:00
commit 131a99b1bb
3 changed files with 3 additions and 9 deletions

View file

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