Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
[#1425] volume fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottDowne committed Jan 31, 2013
1 parent bdb491e commit 4338b13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wrappers/youtube/popcorn.HTMLYouTubeVideoElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,6 @@
throw "Volume value must be between 0.0 and 1.0";
}

// Remap from HTML5's 0-1 to YouTube's 0-100 range
aValue = aValue * 100;
setVolume( aValue );
}
},
Expand Down

0 comments on commit 4338b13

Please sign in to comment.