1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fixed: Import mode for manually imported queue items

This commit is contained in:
Mark McDowall
2023-04-04 10:30:56 -07:00
parent b428bab5ee
commit 3dce7e729c
@@ -490,7 +490,7 @@ function InteractiveImportModalContent(
executeCommand({
name: commandNames.INTERACTIVE_IMPORT,
files,
importMode,
importMode: finalImportMode,
})
);