Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/c3f9a0336c4c1a3b3e405c08e605c7d8e945f90b
You should set ROOT_URL correctly, otherwise the web may not work correctly.
12 changed files with
13 additions and
14 deletions
@ -2,6 +2,7 @@
using Mono.Unix ;
using NUnit.Framework ;
using NzbDrone.Common.Test.DiskTests ;
using NzbDrone.Mono.Disk ;
namespace NzbDrone.Mono.Test.DiskProviderTests
{
@ -1,5 +1,6 @@
using NUnit.Framework ;
using NzbDrone.Common.Test.DiskTests ;
using NzbDrone.Mono.Disk ;
namespace NzbDrone.Mono.Test.DiskProviderTests
{
@ -10,7 +10,7 @@ using NzbDrone.Common.EnsureThat;
using NzbDrone.Common.Extensions ;
using NzbDrone.Common.Instrumentation ;
namespace NzbDrone.Mono
namespace NzbDrone.Mono .Disk
{
public class DiskProvider : DiskProviderBase
{
@ -1,6 +1,6 @@
using NzbDrone.Common.Exceptions ;
namespace NzbDrone.Mono
namespace NzbDrone.Mono .Disk
{
public class LinuxPermissionsException : NzbDroneException
{
@ -1,14 +1,9 @@
using System ;
using System.Collections.Generic ;
using System.IO ;
using System.Linq ;
using System.Text ;
using NLog ;
using NzbDrone.Common.Disk ;
using NzbDrone.Common.Extensions ;
using Mono.Unix ;
using NzbDrone.Common.Disk ;
namespace NzbDrone.Mono
namespace NzbDrone.Mono.Disk
{
public class ProcMount : IMount
{
@ -7,7 +7,7 @@ using NLog;
using NzbDrone.Common.Disk ;
using NzbDrone.Common.Extensions ;
namespace NzbDrone.Mono
namespace NzbDrone.Mono .Disk
{
public interface IProcMountProvider
{
@ -4,7 +4,7 @@ using Mono.Unix;
using Mono.Unix.Native ;
using NLog ;
namespace NzbDrone.Mono
namespace NzbDrone.Mono .Disk
{
public interface ISymbolicLinkResolver
{
@ -3,7 +3,7 @@ using System.Reflection;
using NLog ;
using NzbDrone.Common.EnvironmentInfo ;
namespace NzbDrone.Mono
namespace NzbDrone.Mono .EnvironmentInfo
{
public class MonoRuntimeProvider : RuntimeInfoBase
{
@ -3,6 +3,7 @@ using System.Security.AccessControl;
using System.Security.Principal ;
using NUnit.Framework ;
using NzbDrone.Common.Test.DiskTests ;
using NzbDrone.Windows.Disk ;
namespace NzbDrone.Windows.Test.DiskProviderTests
{
@ -1,5 +1,6 @@
using NUnit.Framework ;
using NzbDrone.Common.Test.DiskTests ;
using NzbDrone.Windows.Disk ;
namespace NzbDrone.Windows.Test.DiskProviderTests
{
@ -6,7 +6,7 @@ using NzbDrone.Common.Disk;
using NzbDrone.Common.EnsureThat ;
using NzbDrone.Common.Instrumentation ;
namespace NzbDrone.Windows
namespace NzbDrone.Windows .Disk
{
public class DiskProvider : DiskProviderBase
{
@ -2,7 +2,7 @@
using NLog ;
using NzbDrone.Common.EnvironmentInfo ;
namespace NzbDrone.Windows
namespace NzbDrone.Windows .EnvironmentInfo
{
public class DotNetRuntimeProvider : RuntimeInfoBase
{