Guest User

Untitled

a guest
Jun 14th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # Advance one minute in the current track
  2. tell application "iTunes"
  3. set player position to (player position + 60)
  4. end tell
Add Comment
Please, Sign In to add comment