diff options
Diffstat (limited to 'server/helpers/query.ts')
-rw-r--r-- | server/helpers/query.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/helpers/query.ts b/server/helpers/query.ts index 97bbdfc65..1142d02e4 100644 --- a/server/helpers/query.ts +++ b/server/helpers/query.ts | |||
@@ -16,6 +16,7 @@ function pickCommonVideoQuery (query: VideosCommonQueryAfterSanitize) { | |||
16 | 'categoryOneOf', | 16 | 'categoryOneOf', |
17 | 'licenceOneOf', | 17 | 'licenceOneOf', |
18 | 'languageOneOf', | 18 | 'languageOneOf', |
19 | 'privacyOneOf', | ||
19 | 'tagsOneOf', | 20 | 'tagsOneOf', |
20 | 'tagsAllOf', | 21 | 'tagsAllOf', |
21 | 'isLocal', | 22 | 'isLocal', |