Respect call order and prioritize public API calls for setting poster, in order to avoid race conditions
This commit is contained in:
@ -790,7 +790,7 @@ class Plyr {
|
||||
return;
|
||||
}
|
||||
|
||||
ui.setPoster.call(this, input);
|
||||
ui.setPoster.call(this, input, false).catch(() => {});
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user