using the most recent version for Raspberry Pi 4. I am using HASSIO to update Max2Play using rest commands.
I noticed that sending the post request to update the volume was not working. Had a look at the controller Setup.php file and looks like there’s an error on line 90. Where the same action request does the same thing – was this on purpose?
If I rename the action to something different than save_dtoverlay e.g. save_volume it only fires the _saveAlsa() method and volume is correctly updated.