change api endpoint

This commit is contained in:
Charles Ewert 2024-09-28 14:56:26 -04:00
parent 1cb0eb9e1b
commit 16eb0a601a

View File

@ -8,9 +8,9 @@ end sub
sub PlaystateUpdate()
if m.top.status = "start"
url = "Sessions/Playing"
else if m.top.status = "stop" or m.top.status = "finished"
else if m.top.status = "stop"
url = "Sessions/Playing/Stopped"
else if m.top.status = "update"
else if m.top.status = "update" or m.top.status = "finished"
url = "Sessions/Playing/Progress"
else
' Unknown State