Made the quality override and root folder override load when we load the show (It will now appear)

This commit is contained in:
Jamie 2018-08-01 21:46:56 +01:00
parent 0372d5e8d1
commit 5143aacded
5 changed files with 96 additions and 30 deletions

View file

@ -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);
}
}