1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Convert Queue to TypeScript

(cherry picked from commit 76650af9fdc7ef06d13ce252986d21574903d293)

Closes #10231
This commit is contained in:
Mark McDowall
2024-07-21 09:34:26 -07:00
committed by Bogdan
parent a826ffdbc9
commit 3ae6347532
32 changed files with 1105 additions and 1442 deletions

View File

@@ -72,6 +72,12 @@ export const defaultState = {
isSortable: true,
isVisible: true
},
{
name: 'year',
label: () => translate('Year'),
isSortable: true,
isVisible: true
},
{
name: 'languages',
label: () => translate('Languages'),
@@ -129,12 +135,6 @@ export const defaultState = {
isSortable: true,
isVisible: false
},
{
name: 'year',
label: () => translate('Year'),
isSortable: true,
isVisible: true
},
{
name: 'outputPath',
label: () => translate('OutputPath'),