New: List Status Checks/Backoffs

This commit is contained in:
Qstick
2020-04-07 22:37:48 -04:00
parent d10e60587b
commit b1fd924188
25 changed files with 396 additions and 34 deletions

View File

@@ -137,6 +137,7 @@ namespace NzbDrone.Core.Datastore
Mapper.Entity<IndexerStatus>("IndexerStatus").RegisterModel();
Mapper.Entity<DownloadClientStatus>("DownloadClientStatus").RegisterModel();
Mapper.Entity<NetImportStatus>("NetImportStatus").RegisterModel();
Mapper.Entity<CustomFilter>("CustomFilters").RegisterModel();