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/599c898c0c063440f4129b0c2cbce31ea51e33dc/MediaBrowser.Model/Sync/SyncOptions.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Sync/SyncOptions.cs

9 lines
133 B

namespace MediaBrowser.Model.Sync
{
public class SyncOptions
{
public string TemporaryPath { get; set; }
}
}