mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
fix: associate tracks with release when scrobbling
This commit is contained in:
parent
d327729bff
commit
79a516c84c
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