mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
Fixed: (ManualImport) Map Tracks working again with ids
This commit is contained in:
parent
e84f1613e2
commit
ea75009dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ class InteractiveImportModalContent extends Component {
|
|||
};
|
||||
|
||||
onGetTrackMappingPress = () => {
|
||||
this.props.saveInteractiveImportItem({ id: this.getSelectedIds() });
|
||||
this.props.saveInteractiveImportItem({ ids: this.getSelectedIds() });
|
||||
};
|
||||
|
||||
onSelectModalClose = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue