mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 12:42:51 +02:00
parent
be03e1258a
commit
bdebb1593c
4 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ export const actionHandlers = handleThunks({
|
||||||
url: '/bookshelf',
|
url: '/bookshelf',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
data: JSON.stringify({
|
data: JSON.stringify({
|
||||||
author: authors,
|
authors,
|
||||||
monitoringOptions: { monitor }
|
monitoringOptions: { monitor }
|
||||||
}),
|
}),
|
||||||
dataType: 'json'
|
dataType: 'json'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue