mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 21:15:05 +00:00
Fixed: Indexer tags
(cherry picked from commit 6f5467e39e059bdfec0d7dd49485028195c38586)
This commit is contained in:
parent
4985024dd6
commit
b17a783525
1 changed files with 1 additions and 2 deletions
|
@ -68,8 +68,7 @@ public static void Map()
|
||||||
.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 a new issue