From d324756edb836672f12284cd18e642a658b273d8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 3 Nov 2021 11:32:41 +0100 Subject: Add ability to filter by file type --- server/helpers/query.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/helpers') 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) { 'isLocal', 'include', 'skipCount', + 'hasHLSFiles', + 'hasWebtorrentFiles', 'search' ]) } -- cgit v1.2.3