Work around the sonarr bug #254

This commit is contained in:
tidusjar 2016-07-28 13:45:57 +01:00
commit 5024178724
3 changed files with 25 additions and 1 deletions

View file

@ -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