mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Will now temporarily stop using an indexer if the indexer reported an error.
This commit is contained in:
@@ -111,6 +111,8 @@ namespace NzbDrone.Core.Datastore
|
||||
Mapper.Entity<User>().RegisterModel("Users");
|
||||
Mapper.Entity<CommandModel>().RegisterModel("Commands")
|
||||
.Ignore(c => c.Message);
|
||||
|
||||
Mapper.Entity<IndexerStatus>().RegisterModel("IndexerStatus");
|
||||
}
|
||||
|
||||
private static void RegisterMappers()
|
||||
|
Reference in New Issue
Block a user