Loop channel promo

This commit is contained in:
OpenClaw Agent 2026-04-29 11:57:03 +02:00
parent f38d3ba854
commit b45f0ced4a

View File

@ -170,7 +170,7 @@ function showVideoPlayer(ch) {
const poster = ch ? ` poster="${JW_POSTER(ch.jw)}"` : ''; const poster = ch ? ` poster="${JW_POSTER(ch.jw)}"` : '';
document.getElementById('player-area').innerHTML = ` document.getElementById('player-area').innerHTML = `
<div class="split__video_ratio"> <div class="split__video_ratio">
<video id="video" controls autoplay playsinline${poster}></video> <video id="video" controls autoplay loop playsinline${poster}></video>
</div> </div>
`; `;
} }