mirror of
https://github.com/Radarr/Radarr
synced 2024-12-30 11:55:18 +00:00
parent
ef80314219
commit
f39824cb9c
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,7 @@ class ImportMovie extends Component {
|
|||
path,
|
||||
rootFoldersFetching,
|
||||
rootFoldersError,
|
||||
rootFoldersPopulated,
|
||||
unmappedFolders
|
||||
} = this.props;
|
||||
|
||||
|
@ -109,6 +110,7 @@ class ImportMovie extends Component {
|
|||
{
|
||||
!rootFoldersError &&
|
||||
!rootFoldersFetching &&
|
||||
rootFoldersPopulated &&
|
||||
!unmappedFolders.length ?
|
||||
<div>
|
||||
All movies in {path} have been imported
|
||||
|
@ -119,6 +121,7 @@ class ImportMovie extends Component {
|
|||
{
|
||||
!rootFoldersError &&
|
||||
!rootFoldersFetching &&
|
||||
rootFoldersPopulated &&
|
||||
!!unmappedFolders.length &&
|
||||
scroller ?
|
||||
<ImportMovieTableConnector
|
||||
|
|
Loading…
Reference in a new issue