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/510312045a4af2bd0478b3f6542e2c4884fa5d57/MediaBrowser.Common/Plugins/IPluginAssembly.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
using System;
|
|
|
|
namespace MediaBrowser.Common.Plugins
|
|
{
|
|
public interface IPluginAssembly
|
|
{
|
|
void SetAttributes(string assemblyFilePath, string dataFolderPath, Version assemblyVersion);
|
|
|
|
void SetId(Guid assemblyId);
|
|
}
|
|
}
|