New: Privacy custom filter option

Fixes #759
This commit is contained in:
Qstick
2022-01-03 12:35:05 -06:00
parent 76b6b0dead
commit 08d112a96f
4 changed files with 36 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ export const DATE = 'date';
export const DEFAULT = 'default';
export const INDEXER = 'indexer';
export const PROTOCOL = 'protocol';
export const PRIVACY = 'privacy';
export const APP_PROFILE = 'appProfile';
export const MOVIE_STATUS = 'movieStatus';
export const TAG = 'tag';