mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Option to ignore items when removing from queue instead of removing from client
This commit is contained in:
@@ -43,8 +43,8 @@ class QueueRowConnector extends Component {
|
||||
this.props.grabQueueItem({ id: this.props.id });
|
||||
}
|
||||
|
||||
onRemoveQueueItemPress = (blacklist, skipredownload) => {
|
||||
this.props.removeQueueItem({ id: this.props.id, blacklist, skipredownload });
|
||||
onRemoveQueueItemPress = (payload) => {
|
||||
this.props.removeQueueItem({ id: this.props.id, ...payload });
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user