Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/207ea607a7371fec52b98832934a08818c8c561f?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -273,7 +273,7 @@ namespace NzbDrone.Core.Providers
if ( _downloadProvider . DownloadReport ( episodeParseResult ) )
if ( _downloadProvider . DownloadReport ( episodeParseResult ) )
{
{
notification . CurrentMessage =
notification . CurrentMessage =
String . Format ( "{0} - S{1:00}E{2:00} {3} Added to download queue",
String . Format ( "{0} - S{1:00}E{2:00} {3} Added to download queue",
episodeParseResult . Series . Title , episodeParseResult . SeasonNumber ,
episodeParseResult . Series . Title , episodeParseResult . SeasonNumber ,
episodeParseResult . EpisodeNumbers [ 0 ] , episodeParseResult . Quality ) ;
episodeParseResult . EpisodeNumbers [ 0 ] , episodeParseResult . Quality ) ;
@ -324,7 +324,7 @@ namespace NzbDrone.Core.Providers
if ( _downloadProvider . DownloadReport ( episodeParseResult ) )
if ( _downloadProvider . DownloadReport ( episodeParseResult ) )
{
{
notification . CurrentMessage =
notification . CurrentMessage =
String . Format ( "{0} - {1} {2} Added to download queue",
String . Format ( "{0} - {1} {2} Added to download queue",
episodeParseResult . Series . Title , episodeParseResult . AirDate . Value . ToShortDateString ( ) , episodeParseResult . Quality ) ;
episodeParseResult . Series . Title , episodeParseResult . AirDate . Value . ToShortDateString ( ) , episodeParseResult . Quality ) ;
return true ;
return true ;