diff options
Diffstat (limited to 'server/helpers/query.ts')
-rw-r--r-- | server/helpers/query.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/helpers/query.ts b/server/helpers/query.ts index 79cf076d1..97bbdfc65 100644 --- a/server/helpers/query.ts +++ b/server/helpers/query.ts | |||
@@ -21,6 +21,8 @@ function pickCommonVideoQuery (query: VideosCommonQueryAfterSanitize) { | |||
21 | 'isLocal', | 21 | 'isLocal', |
22 | 'include', | 22 | 'include', |
23 | 'skipCount', | 23 | 'skipCount', |
24 | 'hasHLSFiles', | ||
25 | 'hasWebtorrentFiles', | ||
24 | 'search' | 26 | 'search' |
25 | ]) | 27 | ]) |
26 | } | 28 | } |