Resolve all data in one query in Scrobble Activity

Aim is to avoid having to do this in multiple rounds with in-memory
operations which are harder to follow
This commit is contained in:
Claudio Ortolina
2025-09-26 12:34:47 +03:00
parent c3a0819248
commit 08bf53910b
4 changed files with 155 additions and 131 deletions
+2
View File
@@ -0,0 +1,2 @@
MusicLibrary.ScrobbleActivity.recent_tracks("Europe/London", 1)
|> IO.inspect()