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

Fixed gitmerge.

pull/4709/head
Greenback 4 years ago
parent 67c480ad53
commit cddc87e2af

@ -231,7 +231,7 @@ namespace Emby.Server.Implementations.Updates
}
// Don't add a package that doesn't have any compatible versions.
if (package.versions.Count == 0)
if (package.Versions.Count == 0)
{
continue;
}

Loading…
Cancel
Save