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

5 lines
108 B

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