mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-14 15:58:48 +00: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…
Add table
Reference in a new issue