Skip to content

Commit

Permalink
Merge pull request #79 from hyperaudio/78-soundcloud-karaoke-quick-fix
Browse files Browse the repository at this point in the history
78-soundcloud-fix
  • Loading branch information
maboa authored Nov 12, 2021
2 parents 749d9b5 + f8ffd3f commit d4d726b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/hyperaudio-lite.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! (C) The Hyperaudio Project. MIT @license: en.wikipedia.org/wiki/MIT_License. */
/*! Version 2.0.8 */
/*! Version 2.0.9 */

'use strict';

Expand Down Expand Up @@ -290,7 +290,6 @@ class HyperaudioLite {
if (this.highlightedText === true) {
this.currentTime = this.start;
this.player.seekTo(this.currentTime * 1000);
this.player.playVideo();
this.highlightedText = false;
}

Expand Down

0 comments on commit d4d726b

Please sign in to comment.