Comparing version 0.0.3 to 0.0.4
@@ -136,3 +136,3 @@ /** | ||
SpotifySearch.prototype._playTrack = function (input) { | ||
exec('open ' + this.tracks[--input['Track #']]['$'].href) | ||
exec('osascript -e \'tell application "Spotify" to play track "' + this.tracks[--input['Track #']]['$'].href + '"\'') | ||
} | ||
@@ -139,0 +139,0 @@ |
{ | ||
"name": "music", | ||
"description": "Search and Control Music via the CLI", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": [ | ||
@@ -6,0 +6,0 @@ { |
9519