Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/c645b3ff648e793d90bfb40bb552aa636967b9b8
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
6 additions and
0 deletions
@ -251,6 +251,9 @@
<Content Include= "dashboard-ui\scripts\tvrecommended.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\scripts\tvseries.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\scripts\tvshows.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
@ -269,6 +272,9 @@
<Content Include= "dashboard-ui\tvrecommended.html" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\tvseries.html" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\tvshows.html" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>