1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Fixed: Mark as Failed errors

This commit is contained in:
Mark McDowall
2021-02-08 19:26:06 -08:00
parent 795bc91d25
commit 12fafb2457
3 changed files with 14 additions and 11 deletions
+2 -4
View File
@@ -244,11 +244,9 @@ export const actionHandlers = handleThunks({
}));
const promise = createAjaxRequest({
url: '/history/failed',
url: `/history/failed/${id}`,
method: 'POST',
data: {
id
}
dataType: 'json'
}).request;
promise.done(() => {