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

New: Add Size column to Activity: Queue

Closes #4527
This commit is contained in:
Nathaniel Peiffer
2021-07-05 03:14:42 +10:00
committed by GitHub
parent bd4624c0ab
commit 43cd103248
2 changed files with 13 additions and 0 deletions
@@ -122,6 +122,12 @@ export const defaultState = {
isSortable: true,
isVisible: false
},
{
name: 'size',
label: 'Size',
isSortable: true,
isVisibile: false
},
{
name: 'outputPath',
label: 'Output Path',