From 65c3721f12d53cb52c260af5880416cebe49e3e3 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 7 Sep 2016 21:00:54 +0100 Subject: [PATCH] Fixed #514 and the unit tests --- PlexRequests.Helpers.Tests/TypeHelperTests.cs | 2 +- PlexRequests.UI/Helpers/TvSender.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PlexRequests.Helpers.Tests/TypeHelperTests.cs b/PlexRequests.Helpers.Tests/TypeHelperTests.cs index 1d93c375f..7aff9b29c 100644 --- a/PlexRequests.Helpers.Tests/TypeHelperTests.cs +++ b/PlexRequests.Helpers.Tests/TypeHelperTests.cs @@ -65,7 +65,7 @@ namespace PlexRequests.Helpers.Tests "ProviderId", "ImdbId", "TvDbId", "Overview", "Title", "PosterPath", "ReleaseDate", "Type", "Status", "Approved", "RequestedBy", "RequestedDate", "Available", "Issues", "OtherMessage", "AdminNote", "SeasonList", "SeasonCount", "SeasonsRequested", "MusicBrainzId", "RequestedUsers","ArtistName", - "ArtistId","IssueId","Episodes","AllUsers","CanApprove","Id" + "ArtistId","IssueId","Episodes", "Denied", "DeniedReason", "AllUsers","CanApprove","Id", }).SetName("Requested Model"); } } diff --git a/PlexRequests.UI/Helpers/TvSender.cs b/PlexRequests.UI/Helpers/TvSender.cs index 05b2799ab..ff93c8989 100644 --- a/PlexRequests.UI/Helpers/TvSender.cs +++ b/PlexRequests.UI/Helpers/TvSender.cs @@ -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)