diff --git a/lib/music_library_web/live/record_live/index.html.heex b/lib/music_library_web/live/record_live/index.html.heex index ab248759..3994735a 100644 --- a/lib/music_library_web/live/record_live/index.html.heex +++ b/lib/music_library_web/live/record_live/index.html.heex @@ -13,6 +13,9 @@ row_click={fn {_id, record} -> JS.navigate(~p"/records/#{record}") end} > <:col :let={{_id, record}} label="Type"><%= record.type %> + <:col :let={{_id, record}} label="Artists"> + <%= Enum.map(record.artists, fn a -> a.name end) %> + <:col :let={{_id, record}} label="Image"> {record.title}