mirror of
https://github.com/Readarr/Readarr
synced 2025-12-29 03:34:35 +01:00
parent
ca0f2be194
commit
677d5d3374
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ public static void Map()
|
|||
.Ignore(i => i.Enable)
|
||||
.Ignore(i => i.Protocol)
|
||||
.Ignore(i => i.SupportsRss)
|
||||
.Ignore(i => i.SupportsSearch);
|
||||
.Ignore(i => i.SupportsSearch)
|
||||
.Ignore(d => d.Tags);
|
||||
|
||||
Mapper.Entity<ImportListDefinition>("ImportLists").RegisterModel()
|
||||
.Ignore(x => x.ImplementationName)
|
||||
|
|
|
|||
Loading…
Reference in a new issue