Fixed sonarr not monitoring the latest season #1534

This commit is contained in:
tidusjar 2017-10-26 21:27:27 +01:00
commit 168c51c293
4 changed files with 67 additions and 2 deletions

View file

@ -230,7 +230,7 @@ namespace Ombi.Core.Senders
}
if (seriesChanges)
{
await SonarrApi.UpdateSeries(result, s.ApiKey, s.FullUri);
await SonarrApi.SeasonPass(s.ApiKey, s.FullUri, result);
}