[UI] Refactor TrackFile Modal

This commit is contained in:
Qstick 2017-09-24 22:58:13 -04:00
parent e3c6bc3263
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
});

View file

@ -236,7 +236,7 @@ class InteractiveImportModalContent extends Component {
{
isPopulated && !items.length &&
'No video files were found in the selected folder'
'No audio files were found in the selected folder'
}
</ModalBody>