Skip to content

Commit

Permalink
Update apple-music-love-current-track.applescript
Browse files Browse the repository at this point in the history
  • Loading branch information
hugivar authored and dehesa committed Feb 28, 2024
1 parent 1874c0e commit d0b0ebb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
tell application "Music"
if player state is playing then
set favorited of current track to true
log "<3 Yeah, that song is rad."
log "<3 Yeah, the song is now favorited"
else
return "No track is currently playing."
end if
end tell
end tell

0 comments on commit d0b0ebb

Please sign in to comment.