mirror of
https://github.com/Readarr/Readarr
synced 2025-12-28 11:13:22 +01:00
Fixed: Marking history as failed
This commit is contained in:
parent
d61daeac8e
commit
35ab21ab04
3 changed files with 6 additions and 3 deletions
|
|
@ -82,7 +82,8 @@ export const actionHandlers = handleThunks({
|
|||
method: 'POST',
|
||||
data: {
|
||||
id: historyId
|
||||
}
|
||||
},
|
||||
dataType: 'json'
|
||||
}).request;
|
||||
|
||||
promise.done(() => {
|
||||
|
|
|
|||
|
|
@ -90,7 +90,8 @@ export const actionHandlers = handleThunks({
|
|||
method: 'POST',
|
||||
data: {
|
||||
id: historyId
|
||||
}
|
||||
},
|
||||
dataType: 'json'
|
||||
}).request;
|
||||
|
||||
promise.done(() => {
|
||||
|
|
|
|||
|
|
@ -261,7 +261,8 @@ export const actionHandlers = handleThunks({
|
|||
method: 'POST',
|
||||
data: {
|
||||
id
|
||||
}
|
||||
},
|
||||
dataType: 'json'
|
||||
}).request;
|
||||
|
||||
promise.done(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue