diff --git a/src/elekf/web/components/player.gleam b/src/elekf/web/components/player.gleam index f593cb0..8e5eeb1 100644 --- a/src/elekf/web/components/player.gleam +++ b/src/elekf/web/components/player.gleam @@ -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"),