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

@ -517,7 +517,8 @@ namespace MediaBrowser.WebDashboard.Api
"wizardstartpage.js",
"wizarduserpage.js",
"supporterkeypage.js",
"supporterpage.js"
"supporterpage.js",
"playlist.js"
};
var memoryStream = new MemoryStream();

@ -213,6 +213,9 @@
<Content Include="dashboard-ui\scripts\itembynamedetailpage.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\playlist.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\librarybrowser.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>

Loading…
Cancel
Save