New: Sync Indexers with Mylar3

This commit is contained in:
Qstick
2021-08-13 17:25:20 -04:00
parent 09d839ffb1
commit 77892a3885
18 changed files with 553 additions and 21 deletions
@@ -9,6 +9,6 @@ namespace NzbDrone.Core.Applications
void AddIndexer(IndexerDefinition indexer);
void UpdateIndexer(IndexerDefinition indexer);
void RemoveIndexer(int indexerId);
Dictionary<int, int> GetIndexerMappings();
List<AppIndexerMap> GetIndexerMappings();
}
}