1
0
Fork 0
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:
Bogdan 2023-07-13 02:29:16 +03:00
parent e84f1613e2
commit ea75009dc6

View file

@ -251,7 +251,7 @@ class InteractiveImportModalContent extends Component {
};
onGetTrackMappingPress = () => {
this.props.saveInteractiveImportItem({ id: this.getSelectedIds() });
this.props.saveInteractiveImportItem({ ids: this.getSelectedIds() });
};
onSelectModalClose = () => {