Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/8bf4f81a04c91a09602ffd44754b8eaf069bba1b/NzbDrone.Core/Model/SceneNameModel.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.Core.Model
|
|
{
|
|
public class SceneNameModel
|
|
{
|
|
public string Name { get; set; }
|
|
public int SeriesId { get; set; }
|
|
}
|
|
} |