diff --git a/src/js/components/PlaybackControls.js b/src/js/components/PlaybackControls.js
index 9c8fa1a4..5363cd88 100755
--- a/src/js/components/PlaybackControls.js
+++ b/src/js/components/PlaybackControls.js
@@ -195,20 +195,21 @@ const PlaybackControls = () => {
-
-
- dispatch(mopidyActions.setMute(value))}
- />
- dispatch(mopidyActions.setVolume(value))}
- />
-
-
+ {
+ volume !== null &&
+
+ dispatch(mopidyActions.setMute(value))}
+ />
+ dispatch(mopidyActions.setVolume(value))}
+ />
+
+ }