From 5cf6efa0a8d6d6096c844dde99112be802864997 Mon Sep 17 00:00:00 2001 From: PearsonFlyer Date: Sat, 22 Jul 2023 07:26:55 -0400 Subject: [PATCH] Added the ability to skip redownload when marking an item as failed in the activity queue --- frontend/src/Activity/Queue/RemoveQueueItemModal.js | 4 ++-- frontend/src/Activity/Queue/RemoveQueueItemsModal.js | 4 ++-- src/NzbDrone.Core/Localization/Core/en.json | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/Activity/Queue/RemoveQueueItemModal.js b/frontend/src/Activity/Queue/RemoveQueueItemModal.js index 5f15c8957..8260d4362 100644 --- a/frontend/src/Activity/Queue/RemoveQueueItemModal.js +++ b/frontend/src/Activity/Queue/RemoveQueueItemModal.js @@ -136,8 +136,8 @@ class RemoveQueueItemModal extends Component { helpText={translate('SkipRedownloadHelpText')} onChange={this.onSkipRedownloadChange} /> - - : null + : + null } diff --git a/frontend/src/Activity/Queue/RemoveQueueItemsModal.js b/frontend/src/Activity/Queue/RemoveQueueItemsModal.js index a1d9090b2..9ee6fef87 100644 --- a/frontend/src/Activity/Queue/RemoveQueueItemsModal.js +++ b/frontend/src/Activity/Queue/RemoveQueueItemsModal.js @@ -139,8 +139,8 @@ class RemoveQueueItemsModal extends Component { helpText={translate('SkipRedownloadHelpText')} onChange={this.onSkipRedownloadChange} /> - - : null + : + null } diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 4118b5c6a..9dc06ba1f 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -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",