mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-27 20:07:32 +00:00
@@ -71,7 +71,8 @@ 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user