Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/7cf326eeb5cd7de04d0334ef4bee5c588e348156
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -23,7 +23,7 @@ namespace NzbDrone.Core.Providers.Indexer
{
return new [ ]
{
String . Format ( "http://www.nzbclub.com/nzbfeed.aspx?ig=2&gid=102952&st=1&ns=1&q=%23a.b.teevee %40EFNet ") ,
String . Format ( "http://www.nzbclub.com/nzbfeed.aspx?ig=2&gid=102952&st=1&ns=1&q=%23a.b.teevee ") ,
String . Format ( "http://www.nzbclub.com/nzbfeed.aspx?ig=2&gid=5542&st=1&ns=1&q=" )
} ;
}
@ -23,7 +23,7 @@ namespace NzbDrone.Core.Providers.Indexer
{
return new [ ]
{
String . Format ( "http://www.nzbindex.nl/rss/alt.binaries.teevee/?sort=agedesc&minsize=100&complete=1&max=50&more=1&q=%23a.b.teevee %40EFNet ") ,
String . Format ( "http://www.nzbindex.nl/rss/alt.binaries.teevee/?sort=agedesc&minsize=100&complete=1&max=50&more=1&q=%23a.b.teevee ") ,
String . Format ( "http://www.nzbindex.nl/rss/alt.binaries.hdtv/?sort=agedesc&minsize=100&complete=1&max=50&more=1&q=" )
} ;
}