Soundcloud fix, part 2

This commit is contained in:
Calvin Montgomery 2014-08-03 22:56:17 -07:00
parent 7acfcaf152
commit 032dede66d
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ var SoundcloudPlayer = function (data) {
};
self.setVolume = function (vol) {
self.player.setVolume(vol * 100);
self.player.setVolume(vol);
};
};