Remove server version from page title

This leaks additional information publicly, and is not really
necessary/useful.
This commit is contained in:
Joshua M. Boniface
2026-06-22 02:32:59 -04:00
parent c257fd5004
commit 58e9e3423a

View File

@@ -316,12 +316,12 @@
{{^IF isInReportingMode}}
<div class="status-card">
<div class="spinner" aria-hidden="true"></div>
<p class="status-text">Jellyfin Server {{version.ToString(2)}} is still starting. Please wait&hellip; {{currentActivity}}</p>
<p class="status-text">Jellyfin is still starting. Please wait&hellip; {{currentActivity}}</p>
</div>
{{#ELSE}}
<div class="status-card is-error">
<span class="error-mark" aria-hidden="true"></span>
<p class="status-text">Jellyfin Server {{version.ToString(2)}} has encountered an error and was not able to start.</p>
<p class="status-text">Jellyfin has encountered an error and was not able to start.</p>
</div>
{{/ELSE}}
{{/IF}}