Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/3bf9b4f90fd1a0aea276b8858108f6c04b5ad03c?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Dedupe titles to avoid similar release names for AB

pull/2198/head
Bogdan 7 months ago
parent af86a6d34e
commit 3bf9b4f90f

@ -339,7 +339,7 @@ namespace NzbDrone.Core.Indexers.Definitions
mainTitle = seriesName; mainTitle = seriesName;
} }
var synonyms = new HashSet<string> var synonyms = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
{ {
mainTitle mainTitle
}; };

Loading…
Cancel
Save