Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/774c85f06b901a5f6ad4996de3f407699fd03b49
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
3 deletions
@ -41,12 +41,13 @@ namespace NzbDrone.Core.Indexers.Newznab
{
yield return GetDefinition ( "Dognzb.cr" , GetSettings ( "https://api.dognzb.cr" ) ) ;
yield return GetDefinition ( "DrunkenSlug" , GetSettings ( "https://api.drunkenslug.com" ) ) ;
yield return GetDefinition ( "Nzb-Tortuga" , GetSettings ( "https://www.nzb-tortuga.com" ) ) ;
yield return GetDefinition ( "Nzb.su" , GetSettings ( "https://api.nzb.su" ) ) ;
yield return GetDefinition ( "NZBCat" , GetSettings ( "https://nzb.cat" ) ) ;
yield return GetDefinition ( "NZBFinder.ws" , GetSettings ( "https://nzbfinder.ws" , 5010 , 5030 , 5040 , 5045 )) ;
yield return GetDefinition ( "NZBFinder.ws" , GetSettings ( "https://nzbfinder.ws" )) ;
yield return GetDefinition ( "NZBgeek" , GetSettings ( "https://api.nzbgeek.info" ) ) ;
yield return GetDefinition ( "nzbplanet.net" , GetSettings ( "https://api.nzbplanet.net" ) ) ;
yield return GetDefinition ( "Nzbs.org" , GetSettings ( "http://nzbs.org" , 2000 )) ;
yield return GetDefinition ( "Nzbs.org" , GetSettings ( "http://nzbs.org" )) ;
yield return GetDefinition ( "OZnzb.com" , GetSettings ( "https://api.oznzb.com" ) ) ;
yield return GetDefinition ( "PFmonkey" , GetSettings ( "https://www.pfmonkey.com" ) ) ;
yield return GetDefinition ( "SimplyNZBs" , GetSettings ( "https://simplynzbs.com" ) ) ;
@ -60,7 +60,7 @@ namespace NzbDrone.Core.Indexers.Newznab
public NewznabSettings ( )
{
Categories = new [ ] { 20 30, 2035 , 2040 , 2045 , 205 0 } ;
Categories = new [ ] { 20 00, 2010 , 2020 , 20 30, 2035 , 2040 , 2045 , 205 0, 206 0 } ;
AnimeCategories = Enumerable . Empty < int > ( ) ;
}