Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/ddc6ccbf150d4f2524d9af6d4368706aaaf493c1
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
1 deletions
@ -50,6 +50,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Castle.2009.S01E14.HDTV.XviD.ENG.HUN-LOL", Language.Hungarian)]
[TestCase("Castle.2009.S01E14.HDTV.XviD.HUN-LOL", Language.Hungarian)]
[TestCase("The Danish Girl 2015", Language.English)]
[TestCase("Passengers.2016.German.DL.AC3.Dubbed.1080p.WebHD.h264.iNTERNAL-PsO", Language.German)]
public void should_parse_language ( string postTitle , Language language )
{
var result = Parser . Parser . ParseMovieTitle ( postTitle ) ;
@ -110,7 +110,7 @@ namespace NzbDrone.Core.Parser
{
try
{
Logger . Debug ( "Parsing language from subtitl t e file: {0}", fileName ) ;
Logger . Debug ( "Parsing language from subtitl e file: {0}", fileName ) ;
var simpleFilename = Path . GetFileNameWithoutExtension ( fileName ) ;
var languageMatch = SubtitleLanguageRegex . Match ( simpleFilename ) ;