Skip to content

Commit

Permalink
miniplayer: Add ID on artist flex container
Browse files Browse the repository at this point in the history
  • Loading branch information
busybox11 committed Sep 18, 2024
1 parent c7ea86d commit dbc03b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniplayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class="text-3xl font-bold text-pretty" :class="{
'line-clamp-2': !showAlbum || !$store.player.playbackObj.item?.name,
}"></h1>

<div class="flex gap-2">
<div id="artist-or-podcast-container" class="flex gap-2">
<svg
x-show="$store.player.playbackObj.item?.type == 'episode'"
class="lucide lucide-podcast my-auto opacity-75"
Expand Down

0 comments on commit dbc03b5

Please sign in to comment.