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/b5b7db1f324a834cf2fce0bad4c7bb4cf7da5c29/SharedVersion.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/SharedVersion.cs

5 lines
106 B

using System.Reflection;
[assembly: AssemblyVersion("10.4.0")]
[assembly: AssemblyFileVersion("10.4.0")]