Merge pull request #1039 from friday/poster-race-conditions

Fix poster race conditions
This commit is contained in:
Sam Potts
2018-06-17 00:40:28 +10:00
committed by GitHub
6 changed files with 63 additions and 35 deletions

View File

@ -790,7 +790,7 @@ class Plyr {
return;
}
ui.setPoster.call(this, input);
ui.setPoster.call(this, input, false).catch(() => {});
}
/**