seach show Url of song

This commit is contained in:
mahi97 2016-09-01 01:52:43 +04:30
parent f820345afa
commit d6e032035c

View File

@ -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\"";