From 48c92f6b0038e15edd853fe52630d52c17f2ccad Mon Sep 17 00:00:00 2001 From: 409 Date: Sun, 24 Nov 2024 23:58:00 +0100 Subject: [PATCH] improvement(player): use `togglePause` instead of `pause` and `resume` --- src/lib/components/groove/Footer.svelte | 7 +------ src/routes/player/+page.server.ts | 9 +++++++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/lib/components/groove/Footer.svelte b/src/lib/components/groove/Footer.svelte index e25376f..6b0b77f 100644 --- a/src/lib/components/groove/Footer.svelte +++ b/src/lib/components/groove/Footer.svelte @@ -117,12 +117,7 @@ -