Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/ed99fa8698d0fc931508dfc53e194250a3d604f2
You should set ROOT_URL correctly, otherwise the web may not work correctly.
19 changed files with
23 additions and
23 deletions
@ -42,7 +42,7 @@ namespace NzbDrone.Api.RootFolders
private int CreateRootFolder ( RootFolderResource rootFolderResource )
{
return GetNewId < RootFolder > ( _rootFolderService . Add , rootFolderResource ) ;
return GetNewId < RootFolder > ( _rootFolderService . Add , rootFolderResource ) ;
}
private List < RootFolderResource > GetRootFolders ( )
@ -61,7 +61,7 @@
<ItemGroup >
<Compile Include= "ArchiveProvider.cs" />
<Compile Include= "Cache\Cached.cs" />
<Compile Include= "Cache\CacheMan ger.cs" />
<Compile Include= "Cache\CacheMan a ger.cs" />
<Compile Include= "Cache\ICached.cs" />
<Compile Include= "Composition\Container.cs" />
<Compile Include= "Composition\IContainer.cs" />
@ -5,7 +5,7 @@ using Marr.Data;
using NUnit.Framework ;
using NzbDrone.Core.Datastore ;
using NzbDrone.Core.Datastore.Converters ;
using NzbDrone.Core.Datastore.Exten t ions;
using NzbDrone.Core.Datastore.Exten s ions;
using NzbDrone.Core.Tv ;
namespace NzbDrone.Core.Test.Datastore
@ -1,10 +1,10 @@
using FluentAssertions ;
using NUnit.Framework ;
using NzbDrone.Core.Datastore ;
using NzbDrone.Core.Datastore.Exten t ions;
using NzbDrone.Core.Datastore.Exten s ions;
using NzbDrone.Core.Tv ;
namespace NzbDrone.Core.Test.Datastore.PagingSpecExtens t ionsTests
namespace NzbDrone.Core.Test.Datastore.PagingSpecExtens ionsTests
{
public class PagingOffsetFixture
{
@ -1,10 +1,10 @@
using FluentAssertions ;
using NUnit.Framework ;
using NzbDrone.Core.Datastore ;
using NzbDrone.Core.Datastore.Exten t ions;
using NzbDrone.Core.Datastore.Exten s ions;
using NzbDrone.Core.Tv ;
namespace NzbDrone.Core.Test.Datastore.PagingSpecExtens t ionsTests
namespace NzbDrone.Core.Test.Datastore.PagingSpecExtens ionsTests
{
public class ToSortDirectionFixture
{
@ -103,8 +103,8 @@
<Compile Include= "Datastore\DatabaseRelationshipFixture.cs" />
<Compile Include= "Datastore\MappingExtentionFixture.cs" />
<Compile Include= "Datastore\ObjectDatabaseFixture.cs" />
<Compile Include= "Datastore\PagingSpecExtens t ionsTests\ToSortDirectionFixture.cs" />
<Compile Include= "Datastore\PagingSpecExtens t ionsTests\PagingOffsetFixture.cs" />
<Compile Include= "Datastore\PagingSpecExtens ionsTests\ToSortDirectionFixture.cs" />
<Compile Include= "Datastore\PagingSpecExtens ionsTests\PagingOffsetFixture.cs" />
<Compile Include= "Datastore\ReflectionStrategyFixture\Benchmarks.cs" />
<Compile Include= "Datastore\SQLiteMigrationHelperTests\AlterFixture.cs" />
<Compile Include= "Datastore\SQLiteMigrationHelperTests\DuplicateFixture.cs" />
@ -128,7 +128,7 @@ namespace NzbDrone.Core.Test.UpdateTests
Subject . Execute ( new ApplicationUpdateCommand ( ) ) ;
ExceptionVerification . AssertNoUnex c pectedLogs( ) ;
ExceptionVerification . AssertNoUnex pectedLogs( ) ;
}
[Test]
@ -6,7 +6,7 @@ using Marr.Data;
using Marr.Data.QGen ;
using NzbDrone.Core.Datastore.Events ;
using NzbDrone.Common ;
using NzbDrone.Core.Datastore.Exten t ions;
using NzbDrone.Core.Datastore.Exten s ions;
using NzbDrone.Core.Messaging.Events ;
@ -4,7 +4,7 @@ using Marr.Data;
using Marr.Data.Mapping ;
using NzbDrone.Common.Reflection ;
namespace NzbDrone.Core.Datastore.Exten t ions
namespace NzbDrone.Core.Datastore.Exten s ions
{
public static class MappingExtensions
{
@ -2,7 +2,7 @@
using System.Linq ;
using System.Linq.Expressions ;
namespace NzbDrone.Core.Datastore.Exten t ions
namespace NzbDrone.Core.Datastore.Exten s ions
{
public static class PagingSpecExtensions
{
@ -4,7 +4,7 @@ using System.Linq.Expressions;
using Marr.Data ;
using Marr.Data.Mapping ;
namespace NzbDrone.Core.Datastore.Exten t ions
namespace NzbDrone.Core.Datastore.Exten s ions
{
public static class RelationshipExtensions
{
@ -7,7 +7,7 @@ using NzbDrone.Core.Blacklisting;
using NzbDrone.Core.Configuration ;
using NzbDrone.Core.DataAugmentation.Scene ;
using NzbDrone.Core.Datastore.Converters ;
using NzbDrone.Core.Datastore.Exten t ions;
using NzbDrone.Core.Datastore.Exten s ions;
using NzbDrone.Core.Download ;
using NzbDrone.Core.Indexers ;
using NzbDrone.Core.Instrumentation ;
@ -138,9 +138,9 @@
<Compile Include= "Datastore\DbFactory.cs" />
<Compile Include= "Datastore\Converters\EnumIntConverter.cs" />
<Compile Include= "Datastore\Events\ModelEvent.cs" />
<Compile Include= "Datastore\Exten t ions\MappingExtensions.cs" />
<Compile Include= "Datastore\Exten t ions\PagingSpecExtensions.cs" />
<Compile Include= "Datastore\Exten t ions\RelationshipExtensions.cs" />
<Compile Include= "Datastore\Exten s ions\MappingExtensions.cs" />
<Compile Include= "Datastore\Exten s ions\PagingSpecExtensions.cs" />
<Compile Include= "Datastore\Exten s ions\RelationshipExtensions.cs" />
<Compile Include= "Datastore\IEmbeddedDocument.cs" />
<Compile Include= "Datastore\LazyList.cs" />
<Compile Include= "Datastore\Migration\002_remove_tvrage_imdb_unique_constraint.cs" />
@ -5,7 +5,7 @@ using System.Linq;
using Marr.Data.QGen ;
using NLog ;
using NzbDrone.Core.Datastore ;
using NzbDrone.Core.Datastore.Exten t ions;
using NzbDrone.Core.Datastore.Exten s ions;
using NzbDrone.Core.Messaging.Events ;
using NzbDrone.Core.MediaFiles ;
using NzbDrone.Core.Qualities ;
@ -26,7 +26,7 @@ namespace NzbDrone.Test.Common
_logs = new List < LogEventInfo > ( ) ;
}
public static void AssertNoUnex c pectedLogs( )
public static void AssertNoUnex pectedLogs( )
{
ExpectedFatals ( 0 ) ;
ExpectedErrors ( 0 ) ;
@ -50,7 +50,7 @@ namespace NzbDrone.Test.Common
//https://bugs.launchpad.net/nunitv2/+bug/1076932
if ( BuildInfo . IsDebug & & TestContext . CurrentContext . Result . State = = TestState . Success )
{
ExceptionVerification . AssertNoUnex c pectedLogs( ) ;
ExceptionVerification . AssertNoUnex pectedLogs( ) ;
}
}
}
@ -83,7 +83,7 @@
<Compile Include= "LoggingTest.cs" />
<Compile Include= "MockerExtensions.cs" />
<Compile Include= "NzbDroneRunner.cs" />
<Compile Include= "ObjectExten t ions.cs" />
<Compile Include= "ObjectExten s ions.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "ReflectionExtensions.cs" />
<Compile Include= "StringExtensions.cs" />
@ -2,7 +2,7 @@
namespace NzbDrone.Test.Common
{
public static class ObjectExten t ions
public static class ObjectExten s ions
{
public static T JsonClone < T > ( this T source ) where T : new ( )
{