|
|
@ -79,7 +79,7 @@ class RemoveQueueItemsModal extends Component {
|
|
|
|
type={inputTypes.CHECK}
|
|
|
|
type={inputTypes.CHECK}
|
|
|
|
name="blacklist"
|
|
|
|
name="blacklist"
|
|
|
|
value={blacklist}
|
|
|
|
value={blacklist}
|
|
|
|
helpText="Prevents Lidarr from automatically grabbing this episode again"
|
|
|
|
helpText="Prevents Lidarr from automatically grabbing this release again"
|
|
|
|
onChange={this.onBlacklistChange}
|
|
|
|
onChange={this.onBlacklistChange}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</FormGroup>
|
|
|
|
</FormGroup>
|
|
|
|