1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

Fixed: Pass Array to Bulk Language Select for Manual Import

Fixes #4143
This commit is contained in:
Qstick 2020-02-11 21:08:17 -05:00
parent 79a05876bf
commit ecc68af439

View File

@ -358,7 +358,7 @@ class InteractiveImportModalContent extends Component {
<SelectLanguageModal
isOpen={selectModalOpen === LANGUAGE}
ids={selectedIds}
languageId={0}
languageIds={[0]}
onModalClose={this.onSelectModalClose}
/>