1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Added release year to queue ( issue #6330) (#8019)

This commit is contained in:
Giulia Petenazzi
2023-02-06 02:09:20 +01:00
committed by GitHub
parent bc838b74c7
commit af43cb2aca
2 changed files with 18 additions and 0 deletions
@@ -118,6 +118,12 @@ export const defaultState = {
isSortable: true,
isVisible: false
},
{
name: 'year',
label: translate('Year'),
isSortable: true,
isVisible: true
},
{
name: 'outputPath',
label: translate('OutputPath'),