mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 05:22:14 -07:00
New: Output Path column in Queue
This commit is contained in:
parent
e4f1e5d376
commit
a3e955443d
5 changed files with 20 additions and 0 deletions
|
@ -116,6 +116,12 @@ export const defaultState = {
|
|||
isSortable: true,
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'outputPath',
|
||||
label: 'Output Path',
|
||||
isSortable: false,
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'estimatedCompletionTime',
|
||||
label: 'Timeleft',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue