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

New: Year custom filter in Series Index

This commit is contained in:
Stevie Robinson
2023-09-26 19:09:50 +02:00
committed by Mark McDowall
parent a3938d8e02
commit d7ca3490a8
@@ -348,6 +348,11 @@ export const filterBuilderProps = [
name: 'hasMissingSeason',
label: () => translate('HasMissingSeason'),
type: filterBuilderTypes.EXACT
},
{
name: 'year',
label: () => translate('Year'),
type: filterBuilderTypes.NUMBER
}
];