1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

New: Year column on Movie Index view

This commit is contained in:
Qstick
2020-07-04 21:59:54 -04:00
parent 98c4e63309
commit b97e6977fb
4 changed files with 31 additions and 0 deletions
@@ -101,6 +101,12 @@ export const defaultState = {
isSortable: true,
isVisible: false
},
{
name: 'year',
label: 'Year',
isSortable: true,
isVisible: false
},
{
name: 'inCinemas',
label: 'In Cinemas',