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/06a1393abed20137844f062e44cf8ae7feb9e8f6/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
|
|
}
|
|
}
|