1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Reprocess items after selection in Manual Import

Closes #3818
This commit is contained in:
Mark McDowall
2020-10-12 10:49:35 -07:00
parent c871b3f948
commit f30ae69c10
8 changed files with 111 additions and 42 deletions
@@ -169,6 +169,10 @@ export const actionHandlers = handleThunks({
id,
path: item.path,
seriesId: item.series.id,
season: item.season,
episodeIds: item.episodes.map((e) => e.id),
quality: item.quality,
language: item.language,
downloadId: item.downloadId
};
});