More work on the Sonarr Api Integration #865

This commit is contained in:
tidusjar 2017-07-01 00:57:23 +01:00
parent 2c945ebb9b
commit c0d019f7d4
10 changed files with 305 additions and 58 deletions

View file

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