1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Reprocess items after selection in Manual Import

Fixes #5199

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2021-01-31 01:02:51 -05:00
parent f33f004aa9
commit 2a93686360
7 changed files with 77 additions and 29 deletions
@@ -149,6 +149,8 @@ export const actionHandlers = handleThunks({
id,
path: item.path,
movieId: item.movie.id,
quality: item.quality,
languages: item.languages,
downloadId: item.downloadId
};
});