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/1f112c8a0cd999ac883529b232f129e03dab9a85/MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata....

18 lines
477 B

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