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/cf0875ef6c3b36f3dae9f3effbc147f763e8614a/MediaBrowser.Model/Sync/SyncJobStatus.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
namespace MediaBrowser.Model.Sync
|
|
{
|
|
public enum SyncJobStatus
|
|
{
|
|
Queued = 0,
|
|
Converting = 1,
|
|
ReadyToTransfer = 2,
|
|
Transferring = 3,
|
|
Completed = 4,
|
|
CompletedWithError = 5,
|
|
Failed = 6,
|
|
Cancelled = 7
|
|
}
|
|
}
|