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/8489febcc72ac6ddaf23c45fdd4d575d2a07bbd8/DvdLib/DvdLib.csproj You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/DvdLib/DvdLib.csproj

13 lines
309 B

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