From a3e955443dc220976f4bace673fa0b91db322145 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 28 Apr 2019 00:32:38 -0400 Subject: [PATCH] New: Output Path column in Queue --- frontend/src/Activity/Queue/QueueRow.js | 10 ++++++++++ frontend/src/Store/Actions/queueActions.js | 6 ++++++ src/Lidarr.Api.V1/Queue/QueueResource.cs | 2 ++ src/NzbDrone.Core/Queue/Queue.cs | 1 + src/NzbDrone.Core/Queue/QueueService.cs | 1 + 5 files changed, 20 insertions(+) diff --git a/frontend/src/Activity/Queue/QueueRow.js b/frontend/src/Activity/Queue/QueueRow.js index 629b928ea..71f9f342b 100644 --- a/frontend/src/Activity/Queue/QueueRow.js +++ b/frontend/src/Activity/Queue/QueueRow.js @@ -77,6 +77,7 @@ class QueueRow extends Component { quality, protocol, indexer, + outputPath, downloadClient, downloadForced, estimatedCompletionTime, @@ -238,6 +239,14 @@ class QueueRow extends Component { ); } + if (name === 'outputPath') { + return ( + + {outputPath} + + ); + } + if (name === 'estimatedCompletionTime') { return (