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/9837e54ca5158132679c42138f96e8101cbbaef1/NzbDrone.Core/Repository/Config.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using SubSonic.SqlGeneration.Schema;
|
|
|
|
namespace NzbDrone.Core.Repository
|
|
{
|
|
[SubSonicTableNameOverride("Config")]
|
|
public class Config
|
|
{
|
|
[SubSonicPrimaryKey]
|
|
public string Key { get; set; }
|
|
|
|
public string Value { get; set; }
|
|
}
|
|
} |