pass this context to captions.setup (#2399)
Co-authored-by: Will Herring <will.herring@eventcore.com>
This commit is contained in:
parent
c64c8ac6c0
commit
9157ac09ed
@ -958,7 +958,7 @@ class Plyr {
|
|||||||
*/
|
*/
|
||||||
set currentTrack(input) {
|
set currentTrack(input) {
|
||||||
captions.set.call(this, input, false);
|
captions.set.call(this, input, false);
|
||||||
captions.setup();
|
captions.setup.call(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user