mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
More work on the Sonarr Api Integration #865
This commit is contained in:
parent
2c945ebb9b
commit
c0d019f7d4
10 changed files with 305 additions and 58 deletions
|
@ -301,7 +301,7 @@ namespace Ombi.Core.Engine
|
|||
if(model.Approved)
|
||||
{
|
||||
// Autosend
|
||||
TvSender.SendToSonarr(model,model.ParentRequest.TotalSeasons);
|
||||
TvSender.SendToSonarr(model);
|
||||
}
|
||||
|
||||
//var limit = await RequestLimitRepo.GetAllAsync();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue