diff --git a/lib/music_library_web/live/scrobble_live/show.html.heex b/lib/music_library_web/live/scrobble_live/show.html.heex index 2cd9b767..059724ab 100644 --- a/lib/music_library_web/live/scrobble_live/show.html.heex +++ b/lib/music_library_web/live/scrobble_live/show.html.heex @@ -23,7 +23,7 @@ by {@release.artists |> Enum.map(& &1.name) |> Enum.join(", ")} <% end %> <%= if @release.date do %> - • Released {Date.from_iso8601!(@release.date) |> Calendar.strftime("%Y")} + {@release.date} <% end %>