Fix display of artist images in universal search

This commit is contained in:
Claudio Ortolina
2025-09-21 17:06:39 +03:00
parent 149742bbd1
commit 8cd20a06d3
2 changed files with 7 additions and 2 deletions
@@ -5,7 +5,7 @@ defmodule MusicLibraryWeb.ArtistComponents do
attr :artist, :map, required: true
attr :image_hash, :string, required: true
attr :class, :string, required: false
attr :class, :string, required: false, default: nil
attr :width, :integer, default: nil
def artist_image(assigns) do