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

Fixed: (AudioBookBay) New indexer url

pull/1643/head
Bogdan 2 years ago
parent 9b10cea556
commit 24468db376

@ -25,7 +25,7 @@ public class AudioBookBay : TorrentIndexerBase<NoAuthTorrentBaseSettings>
public override string Name => "AudioBook Bay";
public override string[] IndexerUrls => new[]
{
"https://audiobookbay.li/",
"https://audiobookbay.is/",
"https://audiobookbay.se/"
};
public override string[] LegacyUrls => new[]
@ -53,7 +53,8 @@ public class AudioBookBay : TorrentIndexerBase<NoAuthTorrentBaseSettings>
"https://audiobookbay.unblockit.page/",
"https://audiobookbay.unblockit.pet/",
"https://audiobookbay.unblockit.ink/",
"https://audiobookbay.unblockit.bio/" // error 502
"https://audiobookbay.unblockit.bio/", // error 502
"https://audiobookbay.li/"
};
public override string Description => "AudioBook Bay (ABB) is a public Torrent Tracker for AUDIOBOOKS";
public override string Language => "en-US";

Loading…
Cancel
Save