actually show message when the stream doesn't start & made message clearer

このコミットが含まれているのは:
n9k 2021-04-11 15:25:46 +00:00
コミット 9b1f86e10f
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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