{Math.floor(currentTime / 60)}:{Math.floor(currentTime % 60) .toString() .padStart(2, '0')} / {Math.floor($songPlayerStore?.duration / 60)}:{Math.floor($songPlayerStore?.duration % 60) .toString() .padStart(2, '0')}
{#if showVolumeSlider}
{/if}