mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Fix bulk queue and blacklisk endpoints
This commit is contained in:
@@ -146,6 +146,7 @@ export const actionHandlers = handleThunks({
|
||||
url: '/blacklist/bulk',
|
||||
method: 'DELETE',
|
||||
dataType: 'json',
|
||||
contentType: 'application/json',
|
||||
data: JSON.stringify({ ids })
|
||||
}).request;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user