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/6694aaeded688fb09f846ae5986097909199dd18/NzbDrone.Core/Model/Xem/XemSceneTvdbMapping.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 XemSceneTvdbMapping
|
|
|
|
|
{
|
|
|
|
|
public XemValues Scene { get; set; }
|
|
|
|
|
public XemValues Tvdb { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|