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/4e5c354cd6665b26f17a37566202e82eacd4f676/NzbDrone.Web/Models/SeriesSearchResultModel.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System;
|
|
|
|
namespace NzbDrone.Web.Models
|
|
{
|
|
public class SeriesSearchResultModel
|
|
{
|
|
public int TvDbId { get; set; }
|
|
public string TvDbName { get; set; }
|
|
public DateTime FirstAired { get; set; }
|
|
}
|
|
} |