New: Output Path column in Queue

This commit is contained in:
Qstick
2019-04-28 00:32:38 -04:00
parent e4f1e5d376
commit a3e955443d
5 changed files with 20 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ namespace NzbDrone.Core.Queue
Protocol = trackedDownload.Protocol,
DownloadClient = trackedDownload.DownloadItem.DownloadClient,
Indexer = trackedDownload.Indexer,
OutputPath = trackedDownload.DownloadItem.OutputPath.ToString(),
DownloadForced = downloadForced
};