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

17 lines
386 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
</ItemGroup>
</Project>