From b45f0ced4ad5e8f9de7d884f15f1781ebc023966 Mon Sep 17 00:00:00 2001 From: OpenClaw Agent Date: Wed, 29 Apr 2026 11:57:03 +0200 Subject: [PATCH] Loop channel promo --- public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app.js b/public/app.js index 557863b..1b0fb8e 100644 --- a/public/app.js +++ b/public/app.js @@ -170,7 +170,7 @@ function showVideoPlayer(ch) { const poster = ch ? ` poster="${JW_POSTER(ch.jw)}"` : ''; document.getElementById('player-area').innerHTML = `
- +
`; }