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/2c231e84e655a4e892f540827d064d4a7e24519b/Jellyfin.Data/ISavingChanges.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
namespace Jellyfin.Data
|
|
{
|
|
public interface ISavingChanges
|
|
{
|
|
void OnSavingChanges();
|
|
}
|
|
}
|