mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -58,8 +58,8 @@ class MissingConnector extends Component {
|
||||
|
||||
componentDidUpdate(prevProps) {
|
||||
if (hasDifferentItems(prevProps.items, this.props.items)) {
|
||||
const albumIds = selectUniqueIds(this.props.items, 'id');
|
||||
this.props.fetchQueueDetails({ albumIds });
|
||||
const bookIds = selectUniqueIds(this.props.items, 'id');
|
||||
this.props.fetchQueueDetails({ bookIds });
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,7 +118,7 @@ class MissingConnector extends Component {
|
||||
onSearchSelectedPress = (selected) => {
|
||||
this.props.executeCommand({
|
||||
name: commandNames.ALBUM_SEARCH,
|
||||
albumIds: selected
|
||||
bookIds: selected
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user