From 69f5c8444e72d5a029b825bba4827f155f331ec4 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 21 Mar 2014 21:31:15 -0700 Subject: [PATCH] New: Added drone factory rescan button to Wanted --- .../MediaFiles/Commands/DownloadedEpisodesScanCommand.cs | 8 ++++++++ src/UI/.idea/jsLinters/jshint.xml | 4 ++-- src/UI/Wanted/Missing/MissingLayout.js | 8 ++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/MediaFiles/Commands/DownloadedEpisodesScanCommand.cs b/src/NzbDrone.Core/MediaFiles/Commands/DownloadedEpisodesScanCommand.cs index c9abe533a..189178b32 100644 --- a/src/NzbDrone.Core/MediaFiles/Commands/DownloadedEpisodesScanCommand.cs +++ b/src/NzbDrone.Core/MediaFiles/Commands/DownloadedEpisodesScanCommand.cs @@ -4,6 +4,14 @@ namespace NzbDrone.Core.MediaFiles.Commands { public class DownloadedEpisodesScanCommand : Command { + public override bool SendUpdatesToClient + { + get + { + return SendUpdates; + } + } + public bool SendUpdates { get; set; } } } \ No newline at end of file diff --git a/src/UI/.idea/jsLinters/jshint.xml b/src/UI/.idea/jsLinters/jshint.xml index 4e0df49ad..e85398a55 100644 --- a/src/UI/.idea/jsLinters/jshint.xml +++ b/src/UI/.idea/jsLinters/jshint.xml @@ -8,16 +8,16 @@