Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/64ce3c8411a2ae0bba9c00046a398e75479f3470?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
5 additions and
0 deletions
@ -12,12 +12,17 @@
<ServerGarbageCollection > false</ServerGarbageCollection>
<ServerGarbageCollection > false</ServerGarbageCollection>
<GenerateAssemblyInfo > false</GenerateAssemblyInfo>
<GenerateAssemblyInfo > false</GenerateAssemblyInfo>
<GenerateDocumentationFile > true</GenerateDocumentationFile>
<GenerateDocumentationFile > true</GenerateDocumentationFile>
<ApplicationIcon > Jellyfin.Server.ico</ApplicationIcon>
</PropertyGroup>
</PropertyGroup>
<ItemGroup >
<ItemGroup >
<Compile Include= "..\SharedVersion.cs" />
<Compile Include= "..\SharedVersion.cs" />
</ItemGroup>
</ItemGroup>
<ItemGroup >
<Content Include= "Jellyfin.Server.ico" />
</ItemGroup>
<ItemGroup >
<ItemGroup >
<EmbeddedResource Include= "Resources/Configuration/*" />
<EmbeddedResource Include= "Resources/Configuration/*" />
</ItemGroup>
</ItemGroup>
Width:
|
Height:
|
Size: 40 KiB