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:
@@ -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
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user