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

Fixed: Root Folder Downloads check giving errors when RuTorrent is used

pull/4511/head
Robin Dadswell 4 years ago committed by Mark McDowall
parent 6c5cc430b7
commit a22a38016d

@ -5,6 +5,11 @@ namespace NzbDrone.Core.Download
{
public class DownloadClientInfo
{
public DownloadClientInfo()
{
OutputRootFolders = new List<OsPath>();
}
public bool IsLocalhost { get; set; }
public List<OsPath> OutputRootFolders { get; set; }
}

Loading…
Cancel
Save