1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

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
@@ -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();