mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
[UI] Refactor TrackFile Modal
This commit is contained in:
+1
-1
@@ -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
|
||||
});
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user