Frontend
This commit is contained in:
parent
68181d9b09
commit
484e9d6478
|
@ -50,6 +50,12 @@ export const defaultState = {
|
|||
isSortable: true,
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'episodes.lastSearchTime',
|
||||
label: () => translate('LastSearchTime'),
|
||||
isSortable: true,
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'status',
|
||||
label: () => translate('Status'),
|
||||
|
@ -122,6 +128,12 @@ export const defaultState = {
|
|||
isSortable: true,
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'episodes.lastSearchTime',
|
||||
label: () => translate('LastSearchTime'),
|
||||
isSortable: true,
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'languages',
|
||||
label: () => translate('Languages'),
|
||||
|
|
|
@ -1064,6 +1064,7 @@
|
|||
"LastDuration": "Last Duration",
|
||||
"LastExecution": "Last Execution",
|
||||
"LastUsed": "Last Used",
|
||||
"LastSearchTime": "Last Search Time",
|
||||
"LastWriteTime": "Last Write Time",
|
||||
"LatestSeason": "Latest Season",
|
||||
"Level": "Level",
|
||||
|
|
Loading…
Reference in New Issue