Skip to content

Commit

Permalink
disable autoplay
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Aug 6, 2024
1 parent 4c722f8 commit cade68e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/javascript/controllers/player_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,9 @@ export default class extends Controller {
this.peaks = this.peaksValue
this.url = this.urlValue

console.log("OELLELE", this.playerTarget)
this._wave = WaveSurfer.create({
container: this.playerTarget,
autoplay: true,
autoplay: false,
waveColor: 'grey',
//progressColor: 'tomato',
progressColor: '#ddd',
Expand Down

0 comments on commit cade68e

Please sign in to comment.