From a2924127a375c98f7fe0b0025279a9582753469b Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 9 Nov 2024 10:07:53 +0000 Subject: [PATCH] Add album title in scrobble activity --- lib/music_library_web/live/stats_live/index.html.heex | 9 ++++++--- priv/gettext/default.pot | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/music_library_web/live/stats_live/index.html.heex b/lib/music_library_web/live/stats_live/index.html.heex index 0a1c82a5..88d21b20 100644 --- a/lib/music_library_web/live/stats_live/index.html.heex +++ b/lib/music_library_web/live/stats_live/index.html.heex @@ -81,13 +81,16 @@
{track.title} -
-

+

+

<%= track.artist.name %>

-

+

<%= track.title %>

+

+ <%= track.album.title %> +