diff --git a/lib/music_library_web/components/release.ex b/lib/music_library_web/components/release.ex index d44ffb92..5669ef34 100644 --- a/lib/music_library_web/components/release.ex +++ b/lib/music_library_web/components/release.ex @@ -47,7 +47,7 @@ defmodule MusicLibraryWeb.Components.Release do class="min-w-xs sm:min-w-sm" >
-

+

+ <.button :if={@can_scrobble? && @release_with_tracks.ok?} size="sm" @@ -134,7 +137,7 @@ defmodule MusicLibraryWeb.Components.Release do :if={@media_count > 1} class="flex justify-between items-center gap-4" > -

+

+ <.button :if={@can_scrobble?} size="sm" @@ -197,40 +200,42 @@ defmodule MusicLibraryWeb.Components.Release do """