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/98c081f0ce5b84c1e68688892a14ff21eabfd6df/MediaBrowser.Providers/Plugins/Omdb/Configuration/PluginConfiguration.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Providers/Plugins/Omdb/Configuration/PluginConfiguration.cs

12 lines
241 B

#pragma warning disable CS1591
using MediaBrowser.Model.Plugins;
namespace MediaBrowser.Providers.Plugins.Omdb
{
public class PluginConfiguration : BasePluginConfiguration
{
public bool CastAndCrew { get; set; }
}
}