Skip to content

Commit d0b0ebb

Browse files
hugivardehesa
authored andcommitted
Update apple-music-love-current-track.applescript
1 parent 1874c0e commit d0b0ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/media/apple-music/apple-music-love-current-track.applescript

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
tell application "Music"
1414
if player state is playing then
1515
set favorited of current track to true
16-
log "<3 Yeah, that song is rad."
16+
log "<3 Yeah, the song is now favorited"
1717
else
1818
return "No track is currently playing."
1919
end if
20-
end tell
20+
end tell

0 commit comments

Comments
 (0)