Skip to content

Commit c695b39

Browse files
committed
Fix flashreset volume jplayer#52 by @marcn
1 parent 1b7b6e9 commit c695b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jquery.jplayer/jquery.jplayer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,7 @@
14781478
paused = this.status.paused;
14791479

14801480
this.setMedia(this.status.media);
1481+
this.volumeWorker(this.options.volume);
14811482
if(currentTime > 0) {
14821483
if(paused) {
14831484
this.pause(currentTime);

0 commit comments

Comments
 (0)