Ticket #28905: 28905.9.diff
File 28905.9.diff, 490 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/mediaelement/wp-playlist.js
144 144 145 145 if ( last !== current ) { 146 146 this.setPlayer( true ); 147 } else if ( this.isCompatibleSrc() ){147 } else { 148 148 this.playerNode.attr( 'src', this.current.get( 'src' ) ); 149 149 this.playCurrentSrc(); 150 150 }