Add next track button

This commit is contained in:
Mikko Ahlroth 2023-10-08 12:58:23 +03:00
parent 20ffb24b30
commit 25876556a9

View file

@ -138,6 +138,14 @@ pub fn view(model: Model) {
],
[],
),
button(
[
attribute.id("player-next"),
attribute.type_("button"),
event.on_click(NextTrack),
],
[text("⏭️")],
),
button(
[
attribute.id("player-clear"),