From 3c1998de4f338ca43140720140f99bf12944378d Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Fri, 19 Jun 2026 13:10:50 -0400 Subject: [PATCH] feat(embed): show skip-prev/next buttons in embed when queue exists --- .../Controls/AudioPlayerBar/PlayerControls.razor | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerControls.razor b/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerControls.razor index 7f691d7..0d3f920 100644 --- a/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerControls.razor +++ b/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerControls.razor @@ -2,7 +2,7 @@ @using DeepDrftPublic.Client.Controls - @if (!Fixed) + @if (!Fixed || HasPrevious || HasNext) { - @if (!Fixed) + @if (!Fixed || HasPrevious || HasNext) { + } + @if (!Fixed) + {