Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaXser authored Jan 15, 2024
1 parent bed3abd commit 6091259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ class VideoHandler {
return;
}

if (mode === "play") {
if (mode == "play") {
debug.log("lipsync mode is play");
const audioPromise = this.audio.play();
if (audioPromise !== undefined) {
Expand Down

0 comments on commit 6091259

Please sign in to comment.