Loop channel promo
This commit is contained in:
parent
f38d3ba854
commit
b45f0ced4a
@ -170,7 +170,7 @@ function showVideoPlayer(ch) {
|
||||
const poster = ch ? ` poster="${JW_POSTER(ch.jw)}"` : '';
|
||||
document.getElementById('player-area').innerHTML = `
|
||||
<div class="split__video_ratio">
|
||||
<video id="video" controls autoplay playsinline${poster}></video>
|
||||
<video id="video" controls autoplay loop playsinline${poster}></video>
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user