Skip to content

Commit

Permalink
78-soundcloud-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maboa committed Nov 12, 2021
1 parent 749d9b5 commit f8ffd3f
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 f8ffd3f

Please sign in to comment.