New: Download Clients for Manual Grabs

This commit is contained in:
Qstick
2021-03-18 00:07:25 -04:00
parent fd27018caa
commit 881313ef2b
209 changed files with 12229 additions and 127 deletions

View File

@@ -247,7 +247,7 @@ export const actionHandlers = handleThunks({
dispatch(updateRelease({ guid, isGrabbing: true }));
const promise = createAjaxRequest({
url: '/release',
url: '/search',
method: 'POST',
contentType: 'application/json',
data: JSON.stringify(payload)