Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/45fde370d802564a0012a7b6c443a0018cac4aaa/NzbDrone.Web/Models/AddExistingSeriesModel.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.Web.Models
|
|
{
|
|
public class AddExistingSeriesModel
|
|
{
|
|
public bool IsWanted { get; set; }
|
|
public string Path { get; set; }
|
|
public string PathEncoded { get; set; }
|
|
public int TvDbId { get; set; }
|
|
public string TvDbName { get; set; }
|
|
}
|
|
} |