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

Upgrade Jellyfin.Model.Tests to net5.0

pull/4480/head
crobibero 4 years ago
parent ec5781504e
commit e8b98265b0

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>

Loading…
Cancel
Save