The database had a field one_touch_interval that was defined as an integer from the reported value one_touch_play. This is not correct.
The one_touch_play post variable is a legacy array as defined: An array that lists first a flag that is set to true if the onetouchplay feature is enabled and
then the Onetouchplay interval from the settings
The database had a field one_touch_interval that was defined as an integer from the reported value one_touch_play. This is not correct.
The one_touch_play post variable is a legacy array as defined: An array that lists first a flag that is set to true if the onetouchplay feature is enabled and then the Onetouchplay interval from the settings
The field needs to be converted to a Json array.