aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-06-17 00:40:28 +1000
committerGitHub <noreply@github.com>2018-06-17 00:40:28 +1000
commitccc2608cf62f1406c3d626ed8dbd31f1acd714ce (patch)
tree0881e678c29c6e147c254b10f490768858df673a /src/js/plyr.js
parentde45de0e0bbfdea63977427d70fea503274e39b6 (diff)
parent115f352ade7fbe133a42fd434dbcc1fca13287a7 (diff)
downloadplyr-ccc2608cf62f1406c3d626ed8dbd31f1acd714ce.tar.lz
plyr-ccc2608cf62f1406c3d626ed8dbd31f1acd714ce.tar.xz
plyr-ccc2608cf62f1406c3d626ed8dbd31f1acd714ce.zip
Merge pull request #1039 from friday/poster-race-conditions
Fix poster race conditions
Diffstat (limited to 'src/js/plyr.js')
-rw-r--r--src/js/plyr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 0217ded8..dcbe384b 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -790,7 +790,7 @@ class Plyr {
return;
}
- ui.setPoster.call(this, input);
+ ui.setPoster.call(this, input, false).catch(() => {});
}
/**