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

New: Option to show release group column on series list

This commit is contained in:
Daniel Martin Gonzalez
2022-02-27 10:18:13 +01:00
committed by GitHub
parent acdf02d569
commit f1d07f74ee
11 changed files with 82 additions and 6 deletions
@@ -167,6 +167,12 @@ export const defaultState = {
isSortable: false,
isVisible: false
},
{
name: 'releaseGroups',
label: 'Release Groups',
isSortable: false,
isVisible: false
},
{
name: 'tags',
label: 'Tags',