mirror of
https://github.com/Readarr/Readarr
synced 2026-02-24 07:36:01 +01:00
Fixed: Indexer tags
(cherry picked from commit 6f5467e39e059bdfec0d7dd49485028195c38586)
This commit is contained in:
parent
92c59e158d
commit
761a6a9136
1 changed files with 1 additions and 2 deletions
|
|
@ -71,8 +71,7 @@ public static void Map()
|
|||
.Ignore(i => i.Enable)
|
||||
.Ignore(i => i.Protocol)
|
||||
.Ignore(i => i.SupportsRss)
|
||||
.Ignore(i => i.SupportsSearch)
|
||||
.Ignore(d => d.Tags);
|
||||
.Ignore(i => i.SupportsSearch);
|
||||
|
||||
Mapper.Entity<ImportListDefinition>("ImportLists").RegisterModel()
|
||||
.Ignore(x => x.ImplementationName)
|
||||
|
|
|
|||
Loading…
Reference in a new issue