Fixed: Don't die when grabbing releases in bulk

This commit is contained in:
Bogdan
2023-12-30 14:40:04 +02:00
parent 8beff32117
commit 20cc146d82
2 changed files with 36 additions and 9 deletions

View File

@@ -369,8 +369,9 @@ export const actionHandlers = handleThunks({
promise.done((data) => {
dispatch(batchActions([
...data.map((release) => {
...data.map(({ guid }) => {
return updateRelease({
guid,
isGrabbing: false,
isGrabbed: true,
grabError: null