pass this context to captions.setup (#2399)

Co-authored-by: Will Herring <will.herring@eventcore.com>
This commit is contained in:
Will Herring 2022-04-17 18:38:54 -07:00 committed by GitHub
parent c64c8ac6c0
commit 9157ac09ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
} }
/** /**