mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Change to use the GrandparentTitle rather than the thumbnail.... facepalm
This commit is contained in:
parent
f02dd18c66
commit
97b1901a64
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ namespace PlexRequests.Services.Jobs
|
||||||
ProviderId = epInfo.ProviderId,
|
ProviderId = epInfo.ProviderId,
|
||||||
RatingKey = metadataVideo.RatingKey,
|
RatingKey = metadataVideo.RatingKey,
|
||||||
SeasonNumber = epInfo.SeasonNumber,
|
SeasonNumber = epInfo.SeasonNumber,
|
||||||
ShowTitle = metadataVideo.GrandparentThumb
|
ShowTitle = metadataVideo.GrandparentTitle
|
||||||
},
|
},
|
||||||
1);
|
1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue