diff --git a/web/app/assets/javascripts/react-components/SessionTrackVolumeHover.js.jsx.coffee b/web/app/assets/javascripts/react-components/SessionTrackVolumeHover.js.jsx.coffee
index 93e93a890..04fdaa588 100644
--- a/web/app/assets/javascripts/react-components/SessionTrackVolumeHover.js.jsx.coffee
+++ b/web/app/assets/javascripts/react-components/SessionTrackVolumeHover.js.jsx.coffee
@@ -63,14 +63,7 @@ ptrCount = 0
$select = $(e.currentTarget)
updateRate = $select.val()
- #get the mixerid from the select
- mixerId = $select.data('mixerid')
-
- if !mixerId
- console.warn("No mixerId found in vuMeterUpdate select")
- return
- #set the vuMeterUpdateRate of the mixer in localStorage
- localStorage.setItem('vuMeterUpdateRate_'+ mixerId, updateRate)
+ localStorage.setItem('vuMeterUpdateRate', updateRate)
render: () ->
@@ -100,7 +93,7 @@ ptrCount = 0
vuMeterUpdatePref = `
VU Meter Updates:
-