From 9b1f86e10f20ceeb7a361ed89cfa5f5bede67d00 Mon Sep 17 00:00:00 2001 From: ninya9k Date: Sun, 11 Apr 2021 15:25:46 +0000 Subject: [PATCH] actually show message when the stream doesn't start & made message clearer --- static/platform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/platform.js b/static/platform.js index a0bb8ba..f65e03a 100644 --- a/static/platform.js +++ b/static/platform.js @@ -155,7 +155,7 @@ function heartbeat() { return updateStreamStatus("The stream restarted. Refresh the page.", "yellow", true); } } else if (Date.now() / 1000 - t0 >= beginTimeout) { - updateStreamStatus("The stream was unreachable. Try refreshing the page.", "yellow", true); + return updateStreamStatus("The stream is online but you're receiving it. Try refreshing the page.", "yellow", true); } // otherwise