Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/9f8091e4d758b03701212604fcdb89a24c40202d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -30,7 +30,7 @@ namespace NzbDrone.Core.Indexers.BroadcastheNet
Id = ">=" + ( LastRecentTorrentID . Value - 100 )
} ) ) ;
}
pageableRequests . AddTier ( GetPagedRequests ( MaxPages , new BroadcastheNetTorrentQuery ( )
{
Age = "<=86400"
@ -80,7 +80,7 @@ namespace NzbDrone.Core.Indexers.BroadcastheNet
foreach ( var seasonNumber in searchCriteria . Episodes . Select ( v = > v . SeasonNumber ) . Distinct ( ) )
{
parameters . Category = "Season" ;
parameters . Name = string . Format ( "Season {0} ", seasonNumber ) ;
parameters . Name = string . Format ( "Season {0} % ", seasonNumber ) ;
pageableRequests . Add ( GetPagedRequests ( MaxPages , parameters ) ) ;
@ -146,7 +146,7 @@ namespace NzbDrone.Core.Indexers.BroadcastheNet
parameters = parameters . Clone ( ) ;
parameters . Category = "Season" ;
parameters . Name = string . Format ( "Season {0} ", seasonNumber ) ;
parameters . Name = string . Format ( "Season {0} % ", seasonNumber ) ;
pageableRequests . Add ( GetPagedRequests ( MaxPages , parameters ) ) ;
}