mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
New: Added drone factory rescan button to Wanted
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user