mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
Work around the sonarr bug #254
This commit is contained in:
parent
5411225fa0
commit
5024178724
3 changed files with 25 additions and 1 deletions
|
@ -108,6 +108,9 @@ namespace PlexRequests.UI.Helpers
|
|||
}
|
||||
}
|
||||
sw.Stop();
|
||||
|
||||
// Update the series, Since we cannot add as unmonitoed due to the following bug: https://github.com/Sonarr/Sonarr/issues/1404
|
||||
SonarrApi.UpdateSeries(series, sonarrSettings.ApiKey, sonarrSettings.FullUri);
|
||||
}
|
||||
|
||||
// We now have the series in Sonarr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue