mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
fix: associate artists with merged items
This commit is contained in:
parent
bf9b84a171
commit
dc5dcbd474
6 changed files with 232 additions and 20 deletions
|
|
@ -96,10 +96,12 @@ type UpdateArtistOpts struct {
|
|||
}
|
||||
|
||||
type UpdateAlbumOpts struct {
|
||||
ID int32
|
||||
MusicBrainzID uuid.UUID
|
||||
Image uuid.UUID
|
||||
ImageSrc string
|
||||
ID int32
|
||||
MusicBrainzID uuid.UUID
|
||||
Image uuid.UUID
|
||||
ImageSrc string
|
||||
VariousArtistsUpdate bool
|
||||
VariousArtistsValue bool
|
||||
}
|
||||
|
||||
type UpdateUserOpts struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue