aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-05-18 15:10:40 +1000
committerSam Potts <me@sampotts.me>2015-05-18 15:10:40 +1000
commit7161378da108c594e7a1d60ea88543b3d8da347c (patch)
treeccef55e912448937bd9c98dfd2d22bcf873cb8d2 /src/js
parent224b612ae74fb1579dab1fc7a1e997969d61c595 (diff)
downloadplyr-7161378da108c594e7a1d60ea88543b3d8da347c.tar.lz
plyr-7161378da108c594e7a1d60ea88543b3d8da347c.tar.xz
plyr-7161378da108c594e7a1d60ea88543b3d8da347c.zip
Bug fix
Diffstat (limited to 'src/js')
-rw-r--r--src/js/plyr.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 2a047c39..ba3d09b2 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Plyr
-// plyr.js v1.1.9
+// plyr.js v1.1.10
// https://github.com/selz/plyr
// License: The MIT License (MIT)
// ==========================================================================
@@ -1156,6 +1156,8 @@
}
}
+ _log(volume);
+
// Maximum is 10
if(volume > 10) {
volume = 10;
@@ -1624,6 +1626,7 @@
// Set volume
_setVolume();
+ _updateVolume();
// Setup fullscreen
_setupFullscreen();