pull/1/head
Jan Umbach 2024-05-30 13:15:11 +02:00
parent cd60bb03ef
commit be28deaab9
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
// pause all video
Object.keys(this.video_wrapper_Clones).forEach((key) => {
if (key !== this.currentVariant) {
this.video_wrapper_Clones[key].pause();
this.video_wrapper_Clones[key].querySelector('video').pause();
}
});