TheDesk Mio (15.6.0) macOS

This commit is contained in:
Cutls P
2018-06-12 01:41:11 +09:00
parent cc95b26cdb
commit a8e0133edb
6 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
"use strict";
var itunes = Application("iTunes");
var track = itunes.currentTrack;
function run(argv) {
var state = itunes.playerState()
if (state != "playing" && state != "paused") {