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 (