This commit is contained in:
Karl Hudgell 2024-09-20 21:21:33 +01:00
parent 262f5841cb
commit 555cd748be

View File

@ -40,8 +40,8 @@ def button_callback_3(channel):
if time.time() - start_time >= 3: # Check if 3 seconds have passed if time.time() - start_time >= 3: # Check if 3 seconds have passed
print("Button 3 held for 3 seconds! Sending RADIO2.") print("Button 3 held for 3 seconds! Sending RADIO2.")
disc_data = check_current_disc(client) disc_data = check_current_disc(client)
update_disc(client, ["ytube",disc_data['name'],disc_data['type'],"RESET"]) update_disc(client, ["ytmusic",disc_data['name'],disc_data['type'],"RESET"])
update_disc(client, ["ytube",disc_data['name'],disc_data['type'],disc_data['id']]) update_disc(client, ["ytmusic",disc_data['name'],disc_data['type'],disc_data['id']])
return # Exit after sending RADIO2 return # Exit after sending RADIO2
# If button was not held for 3 seconds, send RADIO # If button was not held for 3 seconds, send RADIO