mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
[UI Work] History, Queue, Calendar Fixes
This commit is contained in:
@@ -48,8 +48,8 @@ class MissingConnector extends Component {
|
||||
|
||||
componentDidUpdate(prevProps) {
|
||||
if (hasDifferentItems(prevProps.items, this.props.items)) {
|
||||
const episodeIds = selectUniqueIds(this.props.items, 'id');
|
||||
this.props.fetchQueueDetails({ episodeIds });
|
||||
const albumIds = selectUniqueIds(this.props.items, 'id');
|
||||
this.props.fetchQueueDetails({ albumIds });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user