parent
bd937b9dd3
commit
6f5467e39e
|
@ -73,8 +73,7 @@ namespace NzbDrone.Core.Datastore
|
||||||
.Ignore(i => i.Enable)
|
.Ignore(i => i.Enable)
|
||||||
.Ignore(i => i.Protocol)
|
.Ignore(i => i.Protocol)
|
||||||
.Ignore(i => i.SupportsRss)
|
.Ignore(i => i.SupportsRss)
|
||||||
.Ignore(i => i.SupportsSearch)
|
.Ignore(i => i.SupportsSearch);
|
||||||
.Ignore(d => d.Tags);
|
|
||||||
|
|
||||||
Mapper.Entity<ImportListDefinition>("ImportLists").RegisterModel()
|
Mapper.Entity<ImportListDefinition>("ImportLists").RegisterModel()
|
||||||
.Ignore(x => x.ImplementationName)
|
.Ignore(x => x.ImplementationName)
|
||||||
|
|
Loading…
Reference in New Issue