Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/blame/commit/842f811ef7cd3b817225dd0013121d28236fdf63/NzbDrone.Core/Model/Sabnzbd/SabJsonError.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Core.Model.Sabnzbd
|
|
|
|
|
{
|
|
|
|
|
public class SabJsonError
|
|
|
|
|
{
|
|
|
|
|
public string Status { get; set; }
|
|
|
|
|
public string Error { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|