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/7baa261b22b03fbf8b77c2ae04387af97acfdfc2/MediaBrowser.Providers/Manager/RefreshResult.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
using MediaBrowser.Controller.Library;
|
|
|
|
namespace MediaBrowser.Providers.Manager
|
|
{
|
|
public class RefreshResult
|
|
{
|
|
public ItemUpdateType UpdateType { get; set; }
|
|
|
|
public string? ErrorMessage { get; set; }
|
|
|
|
public int Failures { get; set; }
|
|
}
|
|
}
|