Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/2803ad5ba07427dcb8ea93fd726151059153b17e?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -23,14 +23,14 @@ namespace NzbDrone.Core.Indexers.Definitions
{
{
public class RuTracker : TorrentIndexerBase < RuTrackerSettings >
public class RuTracker : TorrentIndexerBase < RuTrackerSettings >
{
{
public override string Name = > "RuTracker ";
public override string Name = > "RuTracker .org ";
public override string [ ] IndexerUrls = > new [ ]
public override string [ ] IndexerUrls = > new [ ]
{
{
"https://rutracker.org/" ,
"https://rutracker.org/" ,
"https://rutracker.net/" ,
"https://rutracker.net/" ,
"https://rutracker.nl/"
"https://rutracker.nl/"
} ;
} ;
public override string Description = > "RuTracker is a Semi-Private Russian torrent site with a thriving file-sharing community";
public override string Description = > "RuTracker .org is a Semi-Private Russian torrent site with a thriving file-sharing community";
public override string Language = > "ru-RU" ;
public override string Language = > "ru-RU" ;
public override Encoding Encoding = > Encoding . GetEncoding ( "windows-1251" ) ;
public override Encoding Encoding = > Encoding . GetEncoding ( "windows-1251" ) ;
public override IndexerPrivacy Privacy = > IndexerPrivacy . SemiPrivate ;
public override IndexerPrivacy Privacy = > IndexerPrivacy . SemiPrivate ;