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

Merge pull request from jellyfin/renovate/sharpfuzz-2.x

pull/8791/head
Bond-009 2 years ago committed by GitHub
commit 3f38027394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@
<PackageReference Include="AutoFixture" Version="4.17.0" />
<PackageReference Include="AutoFixture.AutoMoq" Version="4.17.0" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="SharpFuzz" Version="1.6.2" />
<PackageReference Include="SharpFuzz" Version="2.0.0" />
</ItemGroup>
</Project>

@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpFuzz" Version="1.6.2" />
<PackageReference Include="SharpFuzz" Version="2.0.0" />
</ItemGroup>
</Project>

Loading…
Cancel
Save