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

13 lines
314 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
</ItemGroup>
</Project>