Make WordPress Core

Ticket #28905: 28905.9.diff

File 28905.9.diff, 490 bytes (added by kovshenin, 10 years ago)
  • src/wp-includes/js/mediaelement/wp-playlist.js

     
    144144
    145145                        if ( last !== current ) {
    146146                                this.setPlayer( true );
    147                         } else if ( this.isCompatibleSrc() ) {
     147                        } else {
    148148                                this.playerNode.attr( 'src', this.current.get( 'src' ) );
    149149                                this.playCurrentSrc();
    150150                        }