1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: Output Path column in Queue

Closes #3058
This commit is contained in:
Mark McDowall
2019-04-17 22:39:37 -07:00
parent 4933a75d15
commit 8055b5e5da
5 changed files with 22 additions and 2 deletions
@@ -121,6 +121,12 @@ export const defaultState = {
isSortable: true,
isVisible: false
},
{
name: 'outputPath',
label: 'Output Path',
isSortable: false,
isVisible: false
},
{
name: 'estimatedCompletionTime',
label: 'Timeleft',