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

Fixed: BinSearch removed

pull/1964/head
Bogdan 1 year ago
parent 52667b979b
commit 1dabbc94f8

@ -19,6 +19,7 @@ using NzbDrone.Core.Validation;
namespace NzbDrone.Core.Indexers.Definitions
{
[Obsolete("Site has shutdown")]
public class BinSearch : UsenetIndexerBase<BinSearchSettings>
{
public override string Name => "BinSearch";

Loading…
Cancel
Save