After [29179], remove the last instance of `this.isCompatibleSrc()`.
Props kovshenin. See #28905. git-svn-id: https://develop.svn.wordpress.org/trunk@29277 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d9564736b8
commit
15aaf0691a
|
@ -144,7 +144,7 @@
|
||||||
|
|
||||||
if ( last !== current ) {
|
if ( last !== current ) {
|
||||||
this.setPlayer( true );
|
this.setPlayer( true );
|
||||||
} else if ( this.isCompatibleSrc() ) {
|
} else {
|
||||||
this.playerNode.attr( 'src', this.current.get( 'src' ) );
|
this.playerNode.attr( 'src', this.current.get( 'src' ) );
|
||||||
this.playCurrentSrc();
|
this.playCurrentSrc();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue