mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
New: (Apps) Add force sync indexers for applications
This commit is contained in:
@@ -54,7 +54,7 @@ namespace NzbDrone.Core.Applications
|
||||
}
|
||||
|
||||
public abstract void AddIndexer(IndexerDefinition indexer);
|
||||
public abstract void UpdateIndexer(IndexerDefinition indexer);
|
||||
public abstract void UpdateIndexer(IndexerDefinition indexer, bool forceSync = false);
|
||||
public abstract void RemoveIndexer(int indexerId);
|
||||
public abstract List<AppIndexerMap> GetIndexerMappings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user