diff options
author | Sam Potts <sam@potts.es> | 2019-02-12 13:55:45 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-02-12 13:55:45 +1100 |
commit | 0189e90fce151a94a47d0f3f7bbbc8290c6ad4cd (patch) | |
tree | 4c7cd6dbde78b637119c9b533e20be3aba664bee /dist/plyr.js | |
parent | dbd2136bac1ba3f80c438284628a018f880dc033 (diff) | |
download | plyr-0189e90fce151a94a47d0f3f7bbbc8290c6ad4cd.tar.lz plyr-0189e90fce151a94a47d0f3f7bbbc8290c6ad4cd.tar.xz plyr-0189e90fce151a94a47d0f3f7bbbc8290c6ad4cd.zip |
Fix deployment
Diffstat (limited to 'dist/plyr.js')
-rw-r--r-- | dist/plyr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/plyr.js b/dist/plyr.js index 9bdc46c9..ef3683ee 100644 --- a/dist/plyr.js +++ b/dist/plyr.js @@ -3203,7 +3203,7 @@ typeof navigator === "object" && (function (global, factory) { // Sprite (for icons) loadSprite: true, iconPrefix: 'plyr', - iconUrl: 'https://cdn.plyr.io/3.5.0-beta.3/plyr.svg', + iconUrl: 'https://cdn.plyr.io/3.5.0-beta.4/plyr.svg', // Blank video (used to prevent errors on source change) blankVideo: 'https://cdn.plyr.io/static/blank.mp4', // Quality default |