Added the ability to skip redownload when marking an item as failed in the activity queue

This commit is contained in:
PearsonFlyer 2023-07-13 15:25:45 -04:00
parent dc79bf1996
commit 2cce6af436
1 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,7 @@ class QueueRow extends Component {
} = this.props;
onQueueRowModalOpenOrClose(false);
onRemoveQueueItemPress(blocklist);
onRemoveQueueItemPress(skipredownload);
onRemoveQueueItemPress(blocklist, skipredownload);
this.setState({ isRemoveQueueItemModalOpen: false });
};