1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Series type filter/sort

New: Filter/sort by series type
Fixed: Filtering excluding multiple values (is not x or y)
This commit is contained in:
Mark McDowall
2019-01-09 19:33:33 -08:00
parent 3b565d8bb1
commit ba5e2cfc45
6 changed files with 48 additions and 2 deletions
@@ -8,4 +8,5 @@ export const PROTOCOL = 'protocol';
export const QUALITY = 'quality';
export const QUALITY_PROFILE = 'qualityProfile';
export const SERIES_STATUS = 'seriesStatus';
export const SERIES_TYPES = 'seriesType';
export const TAG = 'tag';