Skip to content

Commit

Permalink
revert auto play
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Aug 6, 2024
1 parent 122b90e commit 145cc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/controllers/player_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default class extends Controller {

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

0 comments on commit 145cc44

Please sign in to comment.