Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/79f69e3307d052f25bd6a35cb125541f78197b17/NzbDrone.Core/RootFolders/UnmappedFolder.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.Core.RootFolders
|
|
{
|
|
public class UnmappedFolder
|
|
{
|
|
public string Name { get; set; }
|
|
public string Path { get; set; }
|
|
}
|
|
} |