Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/34c838fdd5bd7beca29e9aa3eb64716fbbf91fc7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
5 additions and
2 deletions
@ -10,6 +10,7 @@ using NzbDrone.Core.Parser;
using NzbDrone.Core.Parser.Model ;
using NzbDrone.Core.Qualities ;
using NzbDrone.Core.Test.Framework ;
using NzbDrone.Test.Common ;
namespace NzbDrone.Core.Test.MediaFiles
{
@ -58,6 +59,8 @@ namespace NzbDrone.Core.Test.MediaFiles
{
ExecuteCommand ( ) ;
ExceptionVerification . ExpectedWarns ( 1 ) ;
Mocker . GetMock < IMediaFileService > ( ) . Verify ( s = > s . Update ( It . IsAny < MovieFile > ( ) ) , Times . Never ( ) ) ;
}
@ -72,7 +72,7 @@ namespace NzbDrone.Core.MediaFiles
ParsedMovieInfo parsedMovieInfo = null ;
if ( latestImportedName ? . IsNotNullOrWhiteSpace ( ) = = fals e)
if ( latestImportedName ? . IsNotNullOrWhiteSpace ( ) = = tru e)
{
parsedMovieInfo = _parsingService . ParseMovieInfo ( latestImportedName , helpers ) ;
}
@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{57A04B72-8088-4F75-A582-1158CF8291F7}"