mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 21:03:27 +01:00
parent
f1de24ccc8
commit
183d3d0872
1 changed files with 1 additions and 0 deletions
|
|
@ -600,6 +600,7 @@ export const actionHandlers = handleThunks({
|
|||
const promise = createAjaxRequest({
|
||||
url: '/exclusions/bulk',
|
||||
method: 'POST',
|
||||
contentType: 'application/json',
|
||||
data: JSON.stringify(exclusions)
|
||||
}).request;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue