New: Option to ignore items when removing from queue instead of removing from client

This commit is contained in:
Mark McDowall 2020-07-26 21:27:31 +01:00 committed by Qstick
parent d83e20937d
commit 48750780fe
21 changed files with 277 additions and 65 deletions

View file

@ -335,6 +335,7 @@ class QueueRow extends Component {
<RemoveQueueItemModal
isOpen={isRemoveQueueItemModalOpen}
sourceTitle={title}
canIgnore={!!(artist && album)}
onRemovePress={this.onRemoveQueueItemModalConfirmed}
onModalClose={this.onRemoveQueueItemModalClose}
/>