mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: Marking history as failed
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user