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/1f0e71c68ed945c98af84bfecdfc9f786d712fb2/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; }
|
|
}
|
|
} |