From e17c5d05adf9421939e44b22b8e66072761506cc Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 26 Nov 2025 13:22:04 +0000 Subject: [PATCH] Show medium format near medium name --- lib/music_library_web/components/release.ex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/music_library_web/components/release.ex b/lib/music_library_web/components/release.ex index bbeb7a83..d44ffb92 100644 --- a/lib/music_library_web/components/release.ex +++ b/lib/music_library_web/components/release.ex @@ -146,6 +146,9 @@ defmodule MusicLibraryWeb.Components.Release do class="w-4 h-4 mr-2 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600" /> {medium_title(@medium)} + <.badge variant="soft" class="text-xs"> + {@medium.format} + <.button :if={@can_scrobble?}