diff options
author | Sam Potts <sam@potts.es> | 2019-02-19 01:17:08 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-02-19 01:17:08 +1100 |
commit | 44d3a17870949e828e5b1a4619a30dfcb626a174 (patch) | |
tree | f68fa338c2f57cbeb33b6ad1075e3175458e35a0 /demo/dist/demo.js | |
parent | 54110f83582e3c6d12ee7ba3f09e4b116be87ffd (diff) | |
download | plyr-44d3a17870949e828e5b1a4619a30dfcb626a174.tar.lz plyr-44d3a17870949e828e5b1a4619a30dfcb626a174.tar.xz plyr-44d3a17870949e828e5b1a4619a30dfcb626a174.zip |
Fix links
Diffstat (limited to 'demo/dist/demo.js')
-rw-r--r-- | demo/dist/demo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/dist/demo.js b/demo/dist/demo.js index db0b36a0..247f181d 100644 --- a/demo/dist/demo.js +++ b/demo/dist/demo.js @@ -7564,7 +7564,7 @@ typeof navigator === "object" && (function () { // Sprite (for icons) loadSprite: true, iconPrefix: 'plyr', - iconUrl: 'https://cdn.plyr.io/3.5.0-beta.4/plyr.svg', + iconUrl: 'https://cdn.plyr.io/3.5.0-beta.5/plyr.svg', // Blank video (used to prevent errors on source change) blankVideo: 'https://cdn.plyr.io/static/blank.mp4', // Quality default |