mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-10 00:58:37 +00:00
8 lines
139 B
AppleScript
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
|