mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Made the quality override and root folder override load when we load the show (It will now appear)
This commit is contained in:
parent
0372d5e8d1
commit
5143aacded
5 changed files with 96 additions and 30 deletions
|
@ -21,5 +21,7 @@ namespace Ombi.Core.Engine.Interfaces
|
|||
Task RemoveTvChild(int requestId);
|
||||
Task<RequestEngineResult> ApproveChildRequest(int id);
|
||||
Task<IEnumerable<TvRequests>> GetRequestsLite();
|
||||
Task UpdateQualityProfile(int requestId, int profileId);
|
||||
Task UpdateRootPath(int requestId, int rootPath);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue