mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed: Can ignore queue items with unknown episodes
This commit is contained in:
parent
7f28ab895a
commit
27d98868b8
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class QueueRow extends Component {
|
|||
<RemoveQueueItemModal
|
||||
isOpen={isRemoveQueueItemModalOpen}
|
||||
sourceTitle={title}
|
||||
canIgnore={!!(series && episode)}
|
||||
canIgnore={!!series}
|
||||
onRemovePress={this.onRemoveQueueItemModalConfirmed}
|
||||
onModalClose={this.onRemoveQueueItemModalClose}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue