Add missing version parameter to stats artwork image tag
This commit is contained in:
@@ -17,7 +17,7 @@ defmodule MusicLibraryWeb.StatsLive.DataComponents do
|
|||||||
<dt>
|
<dt>
|
||||||
<img
|
<img
|
||||||
class="absolute w-20 rounded-md shadow"
|
class="absolute w-20 rounded-md shadow"
|
||||||
src={~p"/covers/#{@record.id}"}
|
src={~p"/covers/#{@record.id}?vsn=#{@record.cover_hash}"}
|
||||||
alt={@record.title}
|
alt={@record.title}
|
||||||
/>
|
/>
|
||||||
<p class="ml-24 truncate text-xs sm:text-sm font-medium text-zinc-500 dark:text-zinc-400">
|
<p class="ml-24 truncate text-xs sm:text-sm font-medium text-zinc-500 dark:text-zinc-400">
|
||||||
|
|||||||
Reference in New Issue
Block a user