Added the ability to skip redownload when marking an item as failed in the activity queue
This commit is contained in:
parent
81b36f7787
commit
5cf6efa0a8
|
@ -136,8 +136,8 @@ class RemoveQueueItemModal extends Component {
|
|||
helpText={translate('SkipRedownloadHelpText')}
|
||||
onChange={this.onSkipRedownloadChange}
|
||||
/>
|
||||
</FormGroup>
|
||||
: null
|
||||
</FormGroup> :
|
||||
null
|
||||
}
|
||||
</ModalBody>
|
||||
|
||||
|
|
|
@ -139,8 +139,8 @@ class RemoveQueueItemsModal extends Component {
|
|||
helpText={translate('SkipRedownloadHelpText')}
|
||||
onChange={this.onSkipRedownloadChange}
|
||||
/>
|
||||
</FormGroup>
|
||||
: null
|
||||
</FormGroup> :
|
||||
null
|
||||
}
|
||||
</ModalBody>
|
||||
|
||||
|
|
|
@ -200,6 +200,7 @@
|
|||
"SizeOnDisk": "Size on disk",
|
||||
"SkipRedownloadHelpText": "Prevents Sonarr from trying to download an alternative release for this item",
|
||||
"SkipRedownload": "Skip Redownload",
|
||||
"Source": "Source",
|
||||
"Special": "Special",
|
||||
"System": "System",
|
||||
"SystemTimeHealthCheckMessage": "System time is off by more than 1 day. Scheduled tasks may not run correctly until the time is corrected",
|
||||
|
|
Loading…
Reference in New Issue