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/851f610e11907a7c90e10d00400514a6585f50c6/MediaBrowser.Model/Sync/SyncCategory.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
namespace MediaBrowser.Model.Sync
|
|
{
|
|
public enum SyncCategory
|
|
{
|
|
/// <summary>
|
|
/// The latest.
|
|
/// </summary>
|
|
Latest = 0,
|
|
|
|
/// <summary>
|
|
/// The next up.
|
|
/// </summary>
|
|
NextUp = 1,
|
|
|
|
/// <summary>
|
|
/// The resume.
|
|
/// </summary>
|
|
Resume = 2
|
|
}
|
|
}
|