This commit is contained in:
Josh Hawkins 2025-10-24 07:21:27 -05:00
parent a95dc14cff
commit 82631625f0

View File

@ -113,10 +113,8 @@ export class DynamicVideoController {
this.playerController.currentTime = seekSeconds; this.playerController.currentTime = seekSeconds;
if (play) { if (play) {
console.log("seeking and playing");
this.waitAndPlay(); this.waitAndPlay();
} else { } else {
console.log("seeking and pausing");
this.playerController.pause(); this.playerController.pause();
} }
} else { } else {