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')} helpText={translate('SkipRedownloadHelpText')}
onChange={this.onSkipRedownloadChange} onChange={this.onSkipRedownloadChange}
/> />
</FormGroup> </FormGroup> :
: null null
} }
</ModalBody> </ModalBody>

View File

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

View File

@ -200,6 +200,7 @@
"SizeOnDisk": "Size on disk", "SizeOnDisk": "Size on disk",
"SkipRedownloadHelpText": "Prevents Sonarr from trying to download an alternative release for this item", "SkipRedownloadHelpText": "Prevents Sonarr from trying to download an alternative release for this item",
"SkipRedownload": "Skip Redownload", "SkipRedownload": "Skip Redownload",
"Source": "Source",
"Special": "Special", "Special": "Special",
"System": "System", "System": "System",
"SystemTimeHealthCheckMessage": "System time is off by more than 1 day. Scheduled tasks may not run correctly until the time is corrected", "SystemTimeHealthCheckMessage": "System time is off by more than 1 day. Scheduled tasks may not run correctly until the time is corrected",