mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -84,10 +84,10 @@ class Missing extends Component {
|
||||
}
|
||||
|
||||
onToggleSelectedPress = () => {
|
||||
const albumIds = this.getSelectedIds();
|
||||
const bookIds = this.getSelectedIds();
|
||||
|
||||
this.props.batchToggleMissingAlbums({
|
||||
albumIds,
|
||||
bookIds,
|
||||
monitored: !getMonitoredValue(this.props)
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user