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/9d96df9c2efe0924e6957bfd41d959d9acddb86e/NzbDrone.Core/Model/Xem/XemResult.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;
|
|
|
|
namespace NzbDrone.Core.Model.Xem
|
|
{
|
|
public class XemResult<T>
|
|
{
|
|
public string Result { get; set; }
|
|
public T Data { get; set; }
|
|
public string Message { get; set; }
|
|
}
|
|
}
|