diff --git a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html index 747835b2a8..523f38d74a 100644 --- a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html +++ b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html @@ -204,6 +204,7 @@ {{--| /DECLARE}} + {{#IF localNetworkRequest}}
    {{#FOREACH log IN logs.Reverse()}} @@ -211,6 +212,10 @@ {{/FOREACH}}
+ {{#ELSE}} +

Please visit this page from your local network to view detailed startup logs.

+ {{/ELSE}} + {{/IF}}