Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/e8ac0a988de4a22c5aef302a06847f6d75ded339/MediaBrowser.Model/Tasks/SystemEvent.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
|
|
|
|
|
namespace MediaBrowser.Model.Tasks
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Enum SystemEvent
|
|
|
|
|
/// </summary>
|
|
|
|
|
public enum SystemEvent
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// The wake from sleep
|
|
|
|
|
/// </summary>
|
|
|
|
|
WakeFromSleep
|
|
|
|
|
}
|
|
|
|
|
}
|