mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Fixed issue with saving to db
This commit is contained in:
parent
f60e880da5
commit
131a99b1bb
3 changed files with 3 additions and 9 deletions
|
@ -121,7 +121,7 @@ namespace PlexRequests.Services.Jobs
|
|||
ProviderId = epInfo.ProviderId,
|
||||
RatingKey = metadataVideo.RatingKey,
|
||||
SeasonNumber = epInfo.SeasonNumber,
|
||||
ShowTitle = metadataVideo.Title
|
||||
ShowTitle = metadataVideo.GrandparentThumb
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue