| changeset 45 | f39df810caab |
| parent 43 | 5a5024bc74e6 |
| child 50 | 89e152523cb6 |
--- a/integration/js/mashupcore.js Fri Nov 16 19:23:20 2012 +0100 +++ b/integration/js/mashupcore.js Thu Nov 22 10:52:28 2012 +0100 @@ -525,6 +525,11 @@ } }); + mashup.on("volumechange", function() { + if (mashup === currentMedia) { + ctrlVolumeUpdater(); + } + }); /* Mashup Events to UI */ mashup.on("play", function() {