mirror of
https://github.com/Radarr/Radarr
synced 2025-12-27 02:34:17 +01:00
Fixed: Pass Array to Bulk Language Select for Manual Import
Fixes #4143
This commit is contained in:
parent
79a05876bf
commit
ecc68af439
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ class InteractiveImportModalContent extends Component {
|
|||
<SelectLanguageModal
|
||||
isOpen={selectModalOpen === LANGUAGE}
|
||||
ids={selectedIds}
|
||||
languageId={0}
|
||||
languageIds={[0]}
|
||||
onModalClose={this.onSelectModalClose}
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue