Enable fetch to apply modifications to the database #189
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: wojtek/musichoard#189
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At present, fetch will fetch information and display the options to the user for selection, but has no ability to apply the changes. The changes should be applied to the database.
The changes should go via MusicHoard rather than directly via the Artist/Album object as MusicHoard ensures database/library consistency.
Either in this issue or in a follow up issue: if the artist MBID is missing then the artist MBID selection should trigger the album fetch automatically.
Part 1: #220
Part 2: #221