Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/a5c7c6cbcb5efc538cf21ed20aeb42b3654ac967
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -12,7 +12,7 @@ using NzbDrone.Core.Indexers;
namespace NzbDrone.Core.Applications.Whisparr
{
public class Rad arr : ApplicationBase < WhisparrSettings >
public class Whisp arr : ApplicationBase < WhisparrSettings >
{
public override string Name = > "Whisparr" ;
@ -20,7 +20,7 @@ namespace NzbDrone.Core.Applications.Whisparr
private readonly ICached < List < WhisparrIndexer > > _schemaCache ;
private readonly IConfigFileProvider _configFileProvider ;
public Rad arr( ICacheManager cacheManager , IWhisparrV3Proxy whisparrV3Proxy , IConfigFileProvider configFileProvider , IAppIndexerMapService appIndexerMapService , Logger logger )
public Whisp arr( ICacheManager cacheManager , IWhisparrV3Proxy whisparrV3Proxy , IConfigFileProvider configFileProvider , IAppIndexerMapService appIndexerMapService , Logger logger )
: base ( appIndexerMapService , logger )
{
_schemaCache = cacheManager . GetCache < List < WhisparrIndexer > > ( GetType ( ) ) ;