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/4753d45aff2ffe533782eac2d26f47f1a15edbc9/MediaBrowser.Controller/Sync/SyncedItemProgress.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using MediaBrowser.Model.Sync;
|
|
|
|
namespace MediaBrowser.Controller.Sync
|
|
{
|
|
public class SyncedItemProgress
|
|
{
|
|
public string ItemId { get; set; }
|
|
public SyncJobItemStatus Status { get; set; }
|
|
}
|
|
}
|