1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 00:58:37 +00:00
MTMR/MTMR/AppleScripts/Music.next.scpt
2020-03-16 12:06:20 +00:00

8 lines
139 B
AppleScript

if application "Music" is running then
tell application "Music"
if player state is playing then
next track
end if
end tell
end if