Skip to content

Commit 6d8c544

Browse files
committed
Quit with a no-error exit response when quitting spotify
1 parent ea2f4f6 commit 6d8c544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spotify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ while [ $# -gt 0 ]; do
306306

307307
"quit" ) cecho "Quitting Spotify.";
308308
osascript -e 'tell application "Spotify" to quit';
309-
exit 1 ;;
309+
exit 0 ;;
310310

311311
"next" ) cecho "Going to next track." ;
312312
osascript -e 'tell application "Spotify" to next track';

0 commit comments

Comments
 (0)