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

Fix: (RetroFlix) Update URL to .club

Fixes 
pull/1168/head
bakerboy448 3 years ago committed by Qstick
parent 22face385f
commit b911f8cc08

@ -10,7 +10,8 @@ namespace NzbDrone.Core.Indexers.Definitions
{
public override string Name => "RetroFlix";
public override string[] IndexerUrls => new string[] { "https://retroflix.net/" };
public override string[] IndexerUrls => new string[] { "https://retroflix.club/" };
public override string[] LegacyUrls => new string[] { "http://retroflix.net/" };
public override string Description => "Private Torrent Tracker for Classic Movies / TV / General Releases";

Loading…
Cancel
Save