diff --git a/lsp/main.js b/lsp/main.js index 77ea6c8a..3bd48afa 100644 --- a/lsp/main.js +++ b/lsp/main.js @@ -443,7 +443,7 @@ TODO als server het stuurt { $(row.children()[3]).html("Running"); }else{ - $(row.children()[3]).html("" + (status == 0 ? 'Offline' : 'Unknown, checking...') + ""); + $(row.children()[3]).html("" + (status == 0 ? 'Offline' : (!status ? 'Unknown, checking...' : status) ) + ""); } $(row.children()[4]).text(streams[stream][1]);