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

Merge pull request from Bond-009/fixbuild

Fix build for .Net Core 2.x
pull/1634/head
Anthony Lavado 6 years ago committed by GitHub
commit b89c26ab57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,4 +26,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
<!-- We need at least C# 7.1 for the "default literal" feature-->
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>

Loading…
Cancel
Save