Fixed: QuickImport uses Invalid Command Name

This commit is contained in:
Qstick
2020-02-22 15:39:48 -05:00
parent 241bf85f15
commit f4d069c0cf
3 changed files with 2 additions and 2 deletions

View File

@@ -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
});