From 1b18baca444be14958b993ae57f12a740f0ba7c0 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 10 Sep 2014 23:49:25 -0700 Subject: [PATCH] Fixed: Manual refresh of all series will refresh every series, including ended series --- src/NzbDrone.Api/Commands/CommandModule.cs | 6 +++++- src/NzbDrone.Core/Messaging/Commands/Command.cs | 8 +++++--- src/NzbDrone.Core/Tv/RefreshSeriesService.cs | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/NzbDrone.Api/Commands/CommandModule.cs b/src/NzbDrone.Api/Commands/CommandModule.cs index 4afcf2c804..c79c165304 100644 --- a/src/NzbDrone.Api/Commands/CommandModule.cs +++ b/src/NzbDrone.Api/Commands/CommandModule.cs @@ -21,7 +21,10 @@ public class CommandModule : NzbDroneRestModuleWithSignalR