Escaping JSON "preset cycle" preset

Hi,

I’ve got a preset that’s a playlist:

{"playlist":{"ps":[11,6,7,8,9,12,19,10,13],"dur":[300,300,300,300,300,300,300,300,300],"transition":1,"repeat":1,"end":13}}

If I start this preset, then change to a different preset, it’ll revert back to the ‘playlist’ preset for the next 30 second cycle until the loop is complete. Is there a way to have this loop break when I select another preset?

Cheers!
OM.

I’ve found one way. By adding:

{"playlist":{"on":false}

to the other presets.

Is there something I can add or change to the playlist preset? Instead of updating all other presets?

Cheers,
OM

Or use version 0.13-b5 or above.

Do you know if the fix is implemented in SR-WLED 0.13 b4?

You can check commit log to be sure. You should be using b6 by now anyway.

Thanks mate.