Include artist information in all albums feed

This commit is contained in:
Claudio Ortolina
2025-03-11 08:48:17 +00:00
parent ec10447ca0
commit 0020687f7b
2 changed files with 11 additions and 2 deletions
+1
View File
@@ -65,6 +65,7 @@ defmodule LastFm.FeedTest do
assert [
%{
artist: @track_two.artist,
album: @track_two.album,
cover_url: @track_two.cover_url,
scrobbled_at_uts: @track_two.scrobbled_at_uts,