Show multiple entries for the same album in scrobble activity

This commit is contained in:
Claudio Ortolina
2025-04-25 07:42:06 +01:00
parent 6ca5f78094
commit 0ebcd2f6b2
@@ -187,7 +187,7 @@ defmodule MusicLibraryWeb.StatsLive.Index do
recent_albums =
localized_recent_tracks
|> Enum.uniq_by(fn t -> t.album end)
|> Enum.dedup_by(fn t -> t.album end)
|> Enum.map(fn t ->
%{
scrobbled_at_uts: t.scrobbled_at_uts,