mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Fixed: QuickImport uses Invalid Command Name
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ class InteractiveImportSelectFolderModalContentConnector extends Component {
|
||||
this.props.addRecentFolder({ folder });
|
||||
|
||||
this.props.executeCommand({
|
||||
name: commandNames.DOWNLOADED_EPSIODES_SCAN,
|
||||
name: commandNames.DOWNLOADED_MOVIES_SCAN,
|
||||
path: folder
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user