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/706ea744b9692e8664a84f53f6f5890b9b5d7871/NzbDrone.Core/Model/MisnamedEpisodeModel.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
|
|
|
|
|
{
|
|
|
|
|
public class MisnamedEpisodeModel
|
|
|
|
|
{
|
|
|
|
|
public int EpisodeFileId { get; set; }
|
|
|
|
|
public int SeriesId { get; set; }
|
|
|
|
|
public string SeriesTitle { get; set; }
|
|
|
|
|
public string CurrentName { get; set; }
|
|
|
|
|
public string ProperName { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|