Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/92cff8c4cc834e887cf6fd2787e70a2ea20ecb8d You should set ROOT_URL correctly, otherwise the web may not work correctly.

OS Agnostic Paths

pull/618/merge
Mark McDowall 10 years ago
parent 4c1e211675
commit 92cff8c4cc

@ -9,6 +9,7 @@ using NzbDrone.Common.Disk;
using NzbDrone.Core.MediaFiles;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Core.Tv;
using NzbDrone.Test.Common;
namespace NzbDrone.Core.Test.MediaFiles
{
@ -26,7 +27,7 @@ namespace NzbDrone.Core.Test.MediaFiles
.ToList();
_series = Builder<Series>.CreateNew()
.With(s => s.Path = @"C:\Test\TV\Series")
.With(s => s.Path = @"C:\Test\TV\Series".AsOsAgnostic())
.Build();
Mocker.GetMock<IDiskProvider>()

Loading…
Cancel
Save