Skip to content

fix: invalid remove_album sqldb handle - #465

Open
ilyhalight wants to merge 1 commit into
krateng:masterfrom
ilyhalight:fix/remove_album
Open

fix: invalid remove_album sqldb handle#465
ilyhalight wants to merge 1 commit into
krateng:masterfrom
ilyhalight:fix/remove_album

Conversation

@ilyhalight

Copy link
Copy Markdown

used in /apis/mlj_1/associate_tracks_to_album endpoint with body like {"source_ids":[4804],"target_id": null}

before: it throws error, because track_id column doesn't exists in DB['tracks'].c.track_id.in_(track_ids) and operation doesn't executes

after: successfully deletes track from album

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant