diff --git a/templates/index.html b/templates/index.html index 12cedc5..7959e17 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3114,6 +3114,9 @@ startStream(); } } + }) + .catch(() => { + // Silently ignore - server may be restarting or network issue }); }