mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Fixed sonarr not monitoring the latest season #1534
This commit is contained in:
parent
00b1873dac
commit
168c51c293
4 changed files with 67 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue