Modernize version display in UI (#16862)

Modernize version display in UI
This commit is contained in:
JPVenson
2026-05-21 19:27:55 +02:00
committed by GitHub
parent 11ca3ade86
commit 49cc2f7899
2 changed files with 11 additions and 3 deletions

View File

@@ -173,9 +173,9 @@
<header class="flex-row">
{{^IF isInReportingMode}}
<p>Jellyfin Server {{version}} still starting. Please wait.</p>
<p>Jellyfin Server {{version.ToString(2)}} still starting. Please wait.</p>
{{#ELSE}}
<p>Jellyfin Server has encountered an error and was not able to start.</p>
<p>Jellyfin Server {{version.ToString(2)}} has encountered an error and was not able to start.</p>
{{/ELSE}}
{{/IF}}