mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-11 17:38:38 +00:00
8 lines
123 B
AppleScript
8 lines
123 B
AppleScript
if application "VOX" is running then
|
|
tell application "VOX"
|
|
if player state is 1 then
|
|
next
|
|
end if
|
|
end tell
|
|
end if
|