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

Merge pull request from crobibero/update-plugin

pull/7519/head
Cody Robibero 3 years ago committed by GitHub
commit ca67a48140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -104,6 +104,10 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
{
_logger.LogError(ex, "Error updating {0}", package.Name);
}
catch (InvalidDataException ex)
{
_logger.LogError(ex, "Error updating {0}", package.Name);
}
// Update progress
lock (progress)

Loading…
Cancel
Save