osx: fix exit on quit command in spotify function (#8504)

master
Carver Schmidt 7 years ago committed by Marc Cornellà
parent cf9aa420d6
commit 31219c0246
  1. 2
      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';

Loading…
Cancel
Save