1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Sort by series year in series list

Closes #3245
This commit is contained in:
Mark McDowall
2019-08-15 23:28:54 -07:00
parent 07d553fae3
commit 8fd4a98fbe
4 changed files with 31 additions and 0 deletions
@@ -132,6 +132,12 @@ export const defaultState = {
isSortable: true,
isVisible: false
},
{
name: 'year',
label: 'Year',
isSortable: true,
isVisible: false
},
{
name: 'path',
label: 'Path',