working check_current_disc without json

这个提交包含在:
Karl Hudgell 2024-09-20 14:15:53 +01:00
父节点 586c89579c
当前提交 a24326ea56

查看文件

@ -34,7 +34,7 @@ if len(sys.argv) > 1:
"id":disc_data[3]
}
# Check if disc is the same as last inserted
if (disc_object == json.loads(check_current_disc(client))):
if (disc_object == check_current_disc(client)):
# If disc is the same, PLAY
control_player(client, "PLAY")
else: