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/17703c8bd2b5530f62773b7861b29619657572ff/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.c...

24 lines
658 B

<Project Sdk="Microsoft.NET.Sdk">
12 years ago
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
12 years ago
</ItemGroup>
12 years ago
<ItemGroup>
<Compile Include="..\SharedVersion.cs" />
12 years ago
</ItemGroup>
9 years ago
<ItemGroup>
<None Include="jellyfin-web\src\**\*.*">
9 years ago
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
12 years ago
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
12 years ago
</PropertyGroup>
</Project>