Is there a way to ensure the audio player starts from the beginning of the audio each time it's expanded?

When the audio player is recreated, the audio starts from a random minute. I don’t have this problem the first time where the audio player is created.

$w("#myAudioPlayer").seek(102)
  .then( () => {
    console.log("Done with seek");
  } );