1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Fixed: Don't fail on single failure for Discover bulk add

Fixes #7409
This commit is contained in:
Qstick
2022-07-09 19:11:16 -05:00
parent 548e3400b5
commit 098a893083
2 changed files with 13 additions and 1 deletions
@@ -561,7 +561,7 @@ export const actionHandlers = handleThunks({
}, []);
const promise = createAjaxRequest({
url: '/movie/import',
url: '/importlist/movie',
method: 'POST',
contentType: 'application/json',
data: JSON.stringify(allNewMovies)