New: NetImport Lists Grouped by Type

Co-Authored-By: ta264 <ta264@users.noreply.github.com>
This commit is contained in:
Qstick
2019-11-02 15:43:45 -04:00
parent d76423a305
commit ba83c01b6c
15 changed files with 65 additions and 19 deletions

View File

@@ -72,6 +72,7 @@ namespace NzbDrone.Core.Datastore
Mapper.Entity<NetImportDefinition>("NetImport").RegisterModel()
.Ignore(x => x.ImplementationName)
.Ignore(i => i.ListType)
.Ignore(i => i.Enable);
Mapper.Entity<NotificationDefinition>("Notifications").RegisterModel()