Show multiple entries for the same album in scrobble activity
This commit is contained in:
@@ -187,7 +187,7 @@ defmodule MusicLibraryWeb.StatsLive.Index do
|
|||||||
|
|
||||||
recent_albums =
|
recent_albums =
|
||||||
localized_recent_tracks
|
localized_recent_tracks
|
||||||
|> Enum.uniq_by(fn t -> t.album end)
|
|> Enum.dedup_by(fn t -> t.album end)
|
||||||
|> Enum.map(fn t ->
|
|> Enum.map(fn t ->
|
||||||
%{
|
%{
|
||||||
scrobbled_at_uts: t.scrobbled_at_uts,
|
scrobbled_at_uts: t.scrobbled_at_uts,
|
||||||
|
|||||||
Reference in New Issue
Block a user