diff -r 5a5024bc74e6 -r f39df810caab integration/js/mashupcore.js --- 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() {