Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/259d811b954c2159cb63292ff8eb24fbd2392d3d/MediaBrowser.Model/Entities/SeriesStatus.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Model.Entities
|
|
{
|
|
/// <summary>
|
|
/// Enum SeriesStatus.
|
|
/// </summary>
|
|
public enum SeriesStatus
|
|
{
|
|
/// <summary>
|
|
/// The continuing.
|
|
/// </summary>
|
|
Continuing,
|
|
|
|
/// <summary>
|
|
/// The ended.
|
|
/// </summary>
|
|
Ended
|
|
}
|
|
}
|