fix: associate tracks with release when scrobbling

This commit is contained in:
Gabe Farrell 2026-01-01 02:34:59 -05:00
parent d327729bff
commit 79a516c84c
12 changed files with 58 additions and 1794 deletions

View file

@ -27,6 +27,7 @@ type GetTrackOpts struct {
ID int32
MusicBrainzID uuid.UUID
Title string
ReleaseID int32
ArtistIDs []int32
}