From c1627b0e56573ac66c6d32d8805ae728447fab0d Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 25 Sep 2025 11:19:41 +0300 Subject: [PATCH] Don't parse a release date to re-print afterwards --- lib/music_library_web/live/scrobble_live/show.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>