New: (Apps) Add force sync indexers for applications

This commit is contained in:
Bogdan
2023-07-23 01:33:08 +03:00
parent e51b85449d
commit 72e6d66269
23 changed files with 256 additions and 232 deletions
@@ -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;