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

New: Added column in Queue

Closes #6270
This commit is contained in:
Rubicj
2024-01-15 21:28:28 -08:00
committed by GitHub
parent ec91142c85
commit 57445bbe57
11 changed files with 36 additions and 4 deletions
@@ -158,6 +158,12 @@ export const defaultState = {
isSortable: true,
isVisible: true
},
{
name: 'added',
label: () => translate('Added'),
isSortable: true,
isVisible: false
},
{
name: 'progress',
label: () => translate('Progress'),