Browse Source

seach show Url of song

mahi97 7 years ago
parent
commit
d6e032035c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/osx/osx.plugin.zsh

+ 1 - 1
plugins/osx/osx.plugin.zsh

@@ -387,7 +387,7 @@ function spotify() {
           esac
 
           if [ "$SPOTIFY_PLAY_URI" != "" ]; then
-            cecho "Playing ($Q Search) -> Spotify URL: $";
+            cecho "Playing ($Q Search) -> Spotify URL: $SPOTIFY_PLAY_URI";
 
             osascript -e "tell application \"Spotify\" to play track \"$SPOTIFY_PLAY_URI\"";