mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add http server port number to system info
This commit is contained in:
parent
a721a6b7af
commit
6beb7121a9
3 changed files with 10 additions and 15 deletions
|
@ -315,7 +315,7 @@
|
|||
|
||||
$('#appVersionNumber', page).html(dashboardInfo.SystemInfo.Version);
|
||||
|
||||
var port = ApiClient.serverPortNumber();
|
||||
var port = dashboardInfo.SystemInfo.HttpServerPortNumber;
|
||||
|
||||
if (port == dashboardInfo.SystemInfo.WebSocketPortNumber) {
|
||||
$('#ports', page).html('Running on port <b>' + port + '</b>');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue