isPlaying flag turns to false right after 'stop' call ignoring it's 'time' parameter

Hello everyone,

If I will call music.stop(3) then music.isPlaying flag will be false despite the 3 seconds didn’t pass yet. it doesn’t allow to check if music is still playing correctly.
Here is a playground: Babylon.js Playground

This has been solved by : Fix sound isPlaying when delayed stop by sebavan · Pull Request #5970 · BabylonJS/Babylon.js · GitHub

It will be available in the next nightly,