• Resolved KTS915

    (@kts915)


    This is very pretty and interesting to look at!

    There is one issue, though, when playback has finished. Then the Play button says Pause, when it should revert to Play. You need to tweak line 219 of wavesurfer-wp.js so that it reads:

    
    buttonPlay.removeClass('wavesurfer-active-button').html('<span>Play</span>');
    
Viewing 1 replies (of 1 total)
  • Plugin Author X-Raym

    (@x-raym)

    Oh you are right ! I didn’t notice it cause I use the icons only theme ^^.

    The fix is a bit more subtile than directly injecting html, cause it has to take care of localization strings, but you can consider it done for the next version.

    Cheers !

Viewing 1 replies (of 1 total)
  • The topic ‘Play says Pause when playback finished’ is closed to new replies.