From 8055b5e5da7187923814e8b3bffa68f3816dcedc Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 17 Apr 2019 22:39:37 -0700 Subject: [PATCH] New: Output Path column in Queue Closes #3058 --- frontend/src/Activity/Queue/QueueRow.js | 10 ++++++++++ frontend/src/Store/Actions/queueActions.js | 6 ++++++ src/NzbDrone.Core/Queue/Queue.cs | 1 + src/NzbDrone.Core/Queue/QueueService.cs | 3 ++- src/Sonarr.Api.V3/Queue/QueueResource.cs | 4 +++- 5 files changed, 22 insertions(+), 2 deletions(-) diff --git a/frontend/src/Activity/Queue/QueueRow.js b/frontend/src/Activity/Queue/QueueRow.js index 1e3c808f6..1b5bb0059 100644 --- a/frontend/src/Activity/Queue/QueueRow.js +++ b/frontend/src/Activity/Queue/QueueRow.js @@ -76,6 +76,7 @@ class QueueRow extends Component { quality, protocol, indexer, + outputPath, downloadClient, estimatedCompletionTime, timeleft, @@ -260,6 +261,14 @@ class QueueRow extends Component { ); } + if (name === 'outputPath') { + return ( + + {outputPath} + + ); + } + if (name === 'estimatedCompletionTime') { return (