コード例 #1
0
ファイル: spotifyQueue.js プロジェクト: Tyriont/hubot-scripts
 function checkUp() {
     var q = get(), seconds;
     if (!q.length) {
         Queue.stop();
         return;
     }
     Queue.doThisNext(playNext);
 }