Commit 31219c02 authored by Carver Schmidt's avatar Carver Schmidt Committed by Marc Cornellà
Browse files

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

parent cf9aa420
......@@ -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';
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment