Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/blame/commit/af2da6380bf6ff636b0a6fbd8e72ed1105778f8c/NzbDrone.Core/Model/Xbmc/TvShow.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Core.Model.Xbmc
|
|
|
|
|
{
|
|
|
|
|
public class TvShow
|
|
|
|
|
{
|
|
|
|
|
public int TvShowId { get; set; }
|
|
|
|
|
public string Label { get; set; }
|
|
|
|
|
public int ImdbNumber { get; set; }
|
|
|
|
|
public string File { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|