diff options
Diffstat (limited to 'server/helpers/query.ts')
-rw-r--r-- | server/helpers/query.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/server/helpers/query.ts b/server/helpers/query.ts index 1142d02e4..10efae41c 100644 --- a/server/helpers/query.ts +++ b/server/helpers/query.ts | |||
@@ -24,7 +24,8 @@ function pickCommonVideoQuery (query: VideosCommonQueryAfterSanitize) { | |||
24 | 'skipCount', | 24 | 'skipCount', |
25 | 'hasHLSFiles', | 25 | 'hasHLSFiles', |
26 | 'hasWebtorrentFiles', | 26 | 'hasWebtorrentFiles', |
27 | 'search' | 27 | 'search', |
28 | 'excludeAlreadyWatched' | ||
28 | ]) | 29 | ]) |
29 | } | 30 | } |
30 | 31 | ||
@@ -41,7 +42,8 @@ function pickSearchVideoQuery (query: VideosSearchQueryAfterSanitize) { | |||
41 | 'originallyPublishedEndDate', | 42 | 'originallyPublishedEndDate', |
42 | 'durationMin', | 43 | 'durationMin', |
43 | 'durationMax', | 44 | 'durationMax', |
44 | 'uuids' | 45 | 'uuids', |
46 | 'excludeAlreadyWatched' | ||
45 | ]) | 47 | ]) |
46 | } | 48 | } |
47 | } | 49 | } |