mirror of
https://github.com/Radarr/Radarr
synced 2024-12-28 10:51:48 +00:00
Fixed: QuickImport uses Invalid Command Name
This commit is contained in:
parent
241bf85f15
commit
f4d069c0cf
3 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ export const CLEAR_LOGS = 'ClearLog';
|
|||
export const CUTOFF_UNMET_MOVIES_SEARCH = 'CutoffUnmetMoviesSearch';
|
||||
export const DELETE_LOG_FILES = 'DeleteLogFiles';
|
||||
export const DELETE_UPDATE_LOG_FILES = 'DeleteUpdateLogFiles';
|
||||
export const DOWNLOADED_EPSIODES_SCAN = 'DownloadedEpisodesScan';
|
||||
export const DOWNLOADED_MOVIES_SCAN = 'DownloadedMoviesScan';
|
||||
export const INTERACTIVE_IMPORT = 'ManualImport';
|
||||
export const MISSING_MOVIES_SEARCH = 'MissingMoviesSearch';
|
||||
export const MOVE_MOVIE = 'MoveMovie';
|
||||
|
|
|
@ -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
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue