skip_previous
replay_10
play_arrow
pause
play_disabled
forward_10
skip_next
shuffle
shuffle_on
repeat
repeat_one_on
repeat_on
music_note
music_note
{{ playingSong.title ?? 'No song selected' }}
{{ playingSong.artist }}
{{ playbackPosBeautified }}
{{ durationBeautified }}
{ setPos( p ) }"
name="player">
{ control( instruction ) }" :isPlaying="isPlaying"
:shuffle="isShuffleEnabled" :repeatMode="repeatMode" :durationBeautified="durationBeautified"
:playbackPos="playbackPos" :playbackPosBeautified="playbackPosBeautified"
@posUpdate="pos => { setPos( pos ) }">