I'm trying to use the API with IFTTT and webhooks. The goal is to link it to Google Assistant. Everything is connected and working but I'm having trouble issuing a play channel command. If no channel is playing and I issue the command, everything works fine. If a channel is already playing and I issue the command, I just get a blank screen. If I then query the status via the API it says it's stopped. Is this expected behaviour?
Below is an excerpt of the log. From a stopped state I sent an API command to play channel 25. While channel 25 is playing, I send another command to play channel 12. Blank screen apppears. (I'm testing this all with CURL commands directly to eliminate any issues comiing from IFTTT.)