Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/1c5571b24e7d1315d395686b37398cef2a34afbe?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove conditional skia inclusion ()

pull/7802/head
Cody Robibero 3 years ago committed by GitHub
parent b507d1a780
commit 1c5571b24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@
<PackageReference Include="BlurHashSharp" Version="1.2.0" />
<PackageReference Include="BlurHashSharp.SkiaSharp" Version="1.2.0" />
<PackageReference Include="SkiaSharp" Version="2.88.0" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.0" Condition="$([MSBuild]::IsOSPlatform('Linux'))" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.0" />
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save