mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-29 19:28:27 -07:00
[UI] Refactor TrackFile Modal
This commit is contained in:
parent
e3c6bc3263
commit
9be4ec4c15
43 changed files with 280 additions and 290 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue