Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/f63a706a86aeedd6bdea96903bd8dd03c6703b5e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update Emby.Server.Implementations/ApplicationHost.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/4253/head
BaronGreenback 5 years ago committed by GitHub
parent 2c5609b333
commit f63a706a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -826,7 +826,7 @@ namespace Emby.Server.Implementations
private void RegisterPluginServices()
{
foreach (var pluginServiceRegistrar in GetExportTypes<IPluginServiceRegistrator>())
foreach (var pluginServiceRegistrator in GetExportTypes<IPluginServiceRegistrator>())
{
try
{

Loading…
Cancel
Save