diff options
author | Sam Potts <sam@potts.es> | 2018-06-08 10:54:16 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-08 10:54:16 +1000 |
commit | 8e634862ff7a1307f3e72c7ed6a92092711ab4d5 (patch) | |
tree | 093451d4609fb7e3cdbe38255fa59945336325cc /dist/plyr.js | |
parent | 108bd3dfa078cf22c0446373830e86cba586919c (diff) | |
parent | 84424f7f67461a3da7f3a1ba1ffea6505dddc4dc (diff) | |
download | plyr-8e634862ff7a1307f3e72c7ed6a92092711ab4d5.tar.lz plyr-8e634862ff7a1307f3e72c7ed6a92092711ab4d5.tar.xz plyr-8e634862ff7a1307f3e72c7ed6a92092711ab4d5.zip |
Merge pull request #1007 from cky917/master
fix: After clicking on the progress bar, keyboard operations will not work.
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 aae4d632..9eca0980 100644 --- a/dist/plyr.js +++ b/dist/plyr.js @@ -3610,7 +3610,7 @@ var defaults$1 = { // Sprite (for icons) loadSprite: true, iconPrefix: 'plyr', - iconUrl: 'https://cdn.plyr.io/3.3.9/plyr.svg', + iconUrl: 'https://cdn.plyr.io/3.3.10/plyr.svg', // Blank video (used to prevent errors on source change) blankVideo: 'https://cdn.plyr.io/static/blank.mp4', |