Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/49eb3ab2cfa841f0636ba9989a89427c1fb0a240
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
4 deletions
@ -17,7 +17,7 @@ namespace NzbDrone.Core.Parser
new RegexReplace ( @".*?\.(S\d{2}(?:E\d{2,4})*\..*)" , "$1" , RegexOptions . Compiled | RegexOptions . IgnoreCase )
} ;
private static readonly Regex LanguageRegex = new Regex ( @"(?:\W|_)(?<italian>\b(?:ita|italian)\b)|(?<german>german\b|videomann)|(?<flemish>flemish)|(?<greek>greek)|(?<french>(?:\W|_)(?:FR |VOSTFR )(?:\W|_))|(?<russian>\brus\b)|(?<dutch>nl\W?subs? )|(?<hungarian>\b(?:HUNDUB|HUN)\b)|(?<hebrew>\bHebDub\b)|(?<chinese>\[(?:CH[ST]|BIG5|GB)\]|简|繁|字幕)",
private static readonly Regex LanguageRegex = new Regex ( @"(?:\W|_)(?<italian>\b(?:ita|italian)\b)|(?<german>german\b|videomann)|(?<flemish>flemish)|(?<greek>greek)|(?<french>(?:\W|_)(?:FR )(?:\W|_))|(?<russian>\brus\b)|(?<hungarian>\b(?:HUNDUB|HUN)\b)|(?<hebrew>\bHebDub\b)|(?<chinese>\[(?:CH[ST]|BIG5|GB)\]|简|繁|字幕)",
RegexOptions . IgnoreCase | RegexOptions . Compiled ) ;
private static readonly Regex CaseSensitiveLanguageRegex = new Regex ( @"(?<lithuanian>\bLT\b)|(?<czech>\bCZ\b)" ,
@ -78,9 +78,6 @@ namespace NzbDrone.Core.Parser
if ( lowerTitle . Contains ( "norwegian" ) )
return Language . Norwegian ;
if ( lowerTitle . Contains ( "nordic" ) )
return Language . Norwegian ;
if ( lowerTitle . Contains ( "finnish" ) )
return Language . Finnish ;