Fixed #514 and the unit tests

This commit is contained in:
tidusjar 2016-09-07 21:00:54 +01:00
commit 65c3721f12
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ namespace PlexRequests.UI.Helpers
// Get the series that was just added
series = await GetSonarrSeries(sonarrSettings, model.ProviderId);
series.monitored = false; // Un-monitor the series
series.monitored = true; // We want to make sure we are monitoring the series
// Un-monitor all seasons
foreach (var season in series.seasons)