浏览代码

seach show Url of song

mahi97 7 年之前
父节点
当前提交
d6e032035c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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\"";