From 835580ef1e5bf02b41e6b3ce86ef27178766c46d Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 4 May 2026 19:46:43 -0400 Subject: [PATCH] fix(web/m7-380): convert PlaylistTrack to TrackRef in PlaylistCard play handler --- web/src/lib/components/PlaylistCard.svelte | 28 +++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/web/src/lib/components/PlaylistCard.svelte b/web/src/lib/components/PlaylistCard.svelte index c1a90946..65078bb8 100644 --- a/web/src/lib/components/PlaylistCard.svelte +++ b/web/src/lib/components/PlaylistCard.svelte @@ -1,6 +1,6 @@