mirror of https://github.com/calzoneman/sync.git
Soundcloud fix, part 2
This commit is contained in:
parent
7acfcaf152
commit
032dede66d
|
@ -561,7 +561,7 @@ var SoundcloudPlayer = function (data) {
|
||||||
};
|
};
|
||||||
|
|
||||||
self.setVolume = function (vol) {
|
self.setVolume = function (vol) {
|
||||||
self.player.setVolume(vol * 100);
|
self.player.setVolume(vol);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue