mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-17 19:26:36 -07:00
feat: v0.0.8
This commit is contained in:
parent
00e7782be2
commit
80b6f4deaa
66 changed files with 1559 additions and 916 deletions
|
|
@ -71,7 +71,7 @@ func (d *Psql) MergeAlbums(ctx context.Context, fromId, toId int32, replaceImage
|
|||
|
||||
fromArtists, err := qtx.GetReleaseArtists(ctx, fromId)
|
||||
if err != nil {
|
||||
return fmt.Errorf("MergeTracks: GetReleaseArtists: %w", err)
|
||||
return fmt.Errorf("MergeAlbums: GetReleaseArtists: %w", err)
|
||||
}
|
||||
|
||||
err = qtx.UpdateReleaseForAll(ctx, repository.UpdateReleaseForAllParams{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue