mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-16 19:05:54 -07:00
fix: associate tracks with release when scrobbling (#118)
This commit is contained in:
parent
d327729bff
commit
c346c7cb31
12 changed files with 58 additions and 1794 deletions
|
|
@ -27,6 +27,7 @@ type GetTrackOpts struct {
|
|||
ID int32
|
||||
MusicBrainzID uuid.UUID
|
||||
Title string
|
||||
ReleaseID int32
|
||||
ArtistIDs []int32
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue