diff --git a/plugins/osx/spotify b/plugins/osx/spotify index 78d6c7d0..6233d813 100644 --- a/plugins/osx/spotify +++ b/plugins/osx/spotify @@ -307,7 +307,7 @@ while [ $# -gt 0 ]; do "quit" ) cecho "Quitting Spotify."; osascript -e 'tell application "Spotify" to quit'; - exit 0 ;; + break ;; "next" ) cecho "Going to next track." ; osascript -e 'tell application "Spotify" to next track';