From b18e71eb126d94bcf4a6c2b4651e1c4c29f58c84 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Mon, 5 Aug 2019 18:18:14 -0700 Subject: [PATCH] Update sonos-music-modes.groovy --- official/sonos-music-modes.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/official/sonos-music-modes.groovy b/official/sonos-music-modes.groovy index 811bde4..1c965b4 100755 --- a/official/sonos-music-modes.groovy +++ b/official/sonos-music-modes.groovy @@ -186,9 +186,9 @@ private takeAction(evt) { if (volume != null) { sonos.stop() - pause(500) + //pause(500) sonos.setLevel(volume) - pause(500) + //pause(500) } sonos.playTrack(selectedSong) -- 2.34.1