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

separate path with comma

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
pull/702/head
Bond-009 6 years ago committed by GitHub
parent 9de66e9e87
commit f454b753f2

@ -150,7 +150,7 @@ namespace MediaBrowser.WebDashboard.Api
return _serverConfigurationManager.Configuration.DashboardSourcePath;
}
return Path.Combine(_serverConfigurationManager.ApplicationPaths.ApplicationResourcesPath, "jellyfin-web/src");
return Path.Combine(_serverConfigurationManager.ApplicationPaths.ApplicationResourcesPath, "jellyfin-web", "src");
}
}

Loading…
Cancel
Save