瀏覽代碼

skip then play

Karl Hudgell 6 月之前
父節點
當前提交
91dfc7f708
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      buttons.py

+ 2 - 1
buttons.py

@@ -28,7 +28,8 @@ def button_callback_1(channel):
 def button_callback_2(channel):
     print("Button 2 pressed!")
     client = create_client()
-    control_player(client, "PAUSE")
+    control_player(client, "SKIP")
+    control_player(client, "PLAY")
 
 def button_callback_3(channel):
     print("Button 3 pressed!")