diff --git a/www/video-rtc.js b/www/video-rtc.js index 10eeead6..e7534b30 100644 --- a/www/video-rtc.js +++ b/www/video-rtc.js @@ -189,8 +189,8 @@ export class VideoRTC extends HTMLElement { const seek = this.video.seekable; if (seek.length > 0) { this.video.currentTime = seek.end(seek.length - 1); - this.play(); } + this.play(); } else { this.oninit(); }