1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

New: Unify series custom filter options

Closes #3548
This commit is contained in:
Robin Dadswell
2021-01-30 22:34:20 +00:00
committed by GitHub
parent 39ca348666
commit ec058436d3
10 changed files with 198 additions and 271 deletions
@@ -11,7 +11,7 @@ function createMapStateToProps() {
return {
sectionItems,
filterBuilderProps,
customFilterType: 'seriesIndex'
customFilterType: 'series'
};
}
);