Added the ability to skip redownload when marking an item as failed in the activity queue

This commit is contained in:
PearsonFlyer 2023-07-22 07:26:55 -04:00
parent 81b36f7787
commit 5cf6efa0a8
3 changed files with 5 additions and 4 deletions

View File

@ -136,8 +136,8 @@ class RemoveQueueItemModal extends Component {
helpText={translate('SkipRedownloadHelpText')}
onChange={this.onSkipRedownloadChange}
/>
</FormGroup>
: null
</FormGroup> :
null
}
</ModalBody>

View File

@ -139,8 +139,8 @@ class RemoveQueueItemsModal extends Component {
helpText={translate('SkipRedownloadHelpText')}
onChange={this.onSkipRedownloadChange}
/>
</FormGroup>
: null
</FormGroup> :
null
}
</ModalBody>

View File

@ -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",