[UI] Refactor TrackFile Modal

This commit is contained in:
Qstick 2017-09-24 22:58:13 -04:00
commit 9be4ec4c15
43 changed files with 280 additions and 290 deletions

View file

@ -32,7 +32,7 @@ class InteractiveImportSelectFolderModalContentConnector extends Component {
this.props.addRecentFolder({ folder });
this.props.executeCommand({
name: commandNames.DOWNLOADED_EPSIODES_SCAN,
name: commandNames.DOWNLOADED_ALBUMS_SCAN,
path: folder
});