Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/b5fa3833f71c4301cc37e34ea660e69dd8278c66
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
21 additions and
0 deletions
@ -479,6 +479,9 @@ namespace MediaBrowser.WebDashboard.Api
"itemgallery.js" ,
"itemlistpage.js" ,
"librarysettings.js" ,
"livetvchannels.js" ,
"livetvguide.js" ,
"livetvrecordings.js" ,
"loginpage.js" ,
"logpage.js" ,
"medialibrarypage.js" ,
@ -332,6 +332,24 @@
<Content Include= "dashboard-ui\gamesystems.html" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\livetvchannels.html" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\livetvguide.html" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\livetvrecordings.html" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\scripts\livetvchannels.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\scripts\livetvguide.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\scripts\livetvrecordings.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\scripts\ratingdialog.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>