1
0
Fork 0
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:
Luke Pulverenti 2013-09-07 11:58:47 -04:00
parent a721a6b7af
commit 6beb7121a9
3 changed files with 10 additions and 15 deletions

View file

@ -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>');