1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-21 23:33:00 +00: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

View file

@ -348,6 +348,11 @@ export const filterBuilderProps = [
name: 'hasMissingSeason',
label: () => translate('HasMissingSeason'),
type: filterBuilderTypes.EXACT
},
{
name: 'year',
label: () => translate('Year'),
type: filterBuilderTypes.NUMBER
}
];