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/3c686808f236eef559455a9fa519f200a8335288/NzbDrone.Core/Constants.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.Core
|
|
{
|
|
public static class Constants
|
|
{
|
|
public static long IgnoreFileSize
|
|
{
|
|
get
|
|
{
|
|
return 70.Megabytes();
|
|
}
|
|
}
|
|
}
|
|
}
|