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

fixup! New: (DanishBytes) Move to YML

pull/881/head
bakerboy448 3 years ago committed by Qstick
parent 09bd8137fc
commit 3b51a3a618

@ -19,9 +19,9 @@ using NzbDrone.Core.Validation;
namespace NzbDrone.Core.Indexers.Definitions
{
[Obsolete("Moved to YML")]
public class DanishBytes : TorrentIndexerBase<DanishBytesSettings>
{
[Obsolete("Moved to YML")]
public override string Name => "DanishBytes";
public override string[] IndexerUrls => new string[] { "https://danishbytes.club/", "https://danishbytes2.org/" };
public override string Description => "DanishBytes is a Private Danish Tracker";

Loading…
Cancel
Save