mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 09:42:56 -07:00
added background property to tvrequests API (#2172)
* Added background property to TvRequests * set background property for new requests and display in UI
This commit is contained in:
parent
bd741e053f
commit
025797c1ba
8 changed files with 1003 additions and 3 deletions
|
@ -277,6 +277,7 @@ namespace Ombi.Core.Engine
|
|||
results.ImdbId = request.ImdbId;
|
||||
results.Overview = request.Overview;
|
||||
results.PosterPath = PosterPathHelper.FixPosterPath(request.PosterPath);
|
||||
results.Background = PosterPathHelper.FixBackgroundPath(request.Background);
|
||||
results.QualityOverride = request.QualityOverride;
|
||||
results.RootFolder = request.RootFolder;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue