File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3408,7 +3408,7 @@ class Player extends Component {
3408
3408
// show an error
3409
3409
if ( ! sources . length ) {
3410
3410
this . setTimeout ( function ( ) {
3411
- this . error ( { code : 4 , message : this . localize ( this . options_ . notSupportedMessage ) } ) ;
3411
+ this . error ( { code : 4 , message : this . options_ . notSupportedMessage } ) ;
3412
3412
} , 0 ) ;
3413
3413
return ;
3414
3414
}
@@ -3447,7 +3447,7 @@ class Player extends Component {
3447
3447
3448
3448
// We need to wrap this in a timeout to give folks a chance to add error event handlers
3449
3449
this . setTimeout ( function ( ) {
3450
- this . error ( { code : 4 , message : this . localize ( this . options_ . notSupportedMessage ) } ) ;
3450
+ this . error ( { code : 4 , message : this . options_ . notSupportedMessage } ) ;
3451
3451
} , 0 ) ;
3452
3452
3453
3453
// we could not find an appropriate tech, but let's still notify the delegate that this is it
You can’t perform that action at this time.
0 commit comments