mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
New: (Apps) Add force sync indexers for applications
This commit is contained in:
@@ -4,6 +4,13 @@ namespace NzbDrone.Core.Applications
|
||||
{
|
||||
public class ApplicationIndexerSyncCommand : Command
|
||||
{
|
||||
public bool ForceSync { get; set; }
|
||||
|
||||
public ApplicationIndexerSyncCommand()
|
||||
{
|
||||
ForceSync = false;
|
||||
}
|
||||
|
||||
public override bool SendUpdatesToClient => true;
|
||||
|
||||
public override string CompletionMessage => null;
|
||||
|
||||
Reference in New Issue
Block a user