mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: QuickImport uses Invalid Command Name
This commit is contained in:
@@ -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