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

Fix typo for Downloaded Episodes Scan command name

This commit is contained in:
Bogdan
2024-02-12 22:56:28 +02:00
committed by Mark McDowall
parent 7dc1e47504
commit 9f46fc923d
2 changed files with 2 additions and 2 deletions
@@ -77,7 +77,7 @@ function InteractiveImportSelectFolderModalContent(
dispatch(
executeCommand({
name: commandNames.DOWNLOADED_EPSIODES_SCAN,
name: commandNames.DOWNLOADED_EPISODES_SCAN,
path: folder,
})
);