Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/677d5d3374b9bf99d5fa2167e01b5a7da39270bf You should set ROOT_URL correctly, otherwise the web may not work correctly.

Revert "Fixed: Indexer tags"

This reverts commit 761a6a9136.
pull/2436/head
Bogdan 2 years ago
parent ca0f2be194
commit 677d5d3374

@ -71,7 +71,8 @@ namespace NzbDrone.Core.Datastore
.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…
Cancel
Save