]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/query.ts
Add ability to filter out public videos from admin
[github/Chocobozzz/PeerTube.git] / server / helpers / query.ts
index 79cf076d13c99c4629cb9c273dd7771b79a2a3ee..1142d02e46258d1dfdb6b72c744753580c417408 100644 (file)
@@ -16,11 +16,14 @@ function pickCommonVideoQuery (query: VideosCommonQueryAfterSanitize) {
     'categoryOneOf',
     'licenceOneOf',
     'languageOneOf',
+    'privacyOneOf',
     'tagsOneOf',
     'tagsAllOf',
     'isLocal',
     'include',
     'skipCount',
+    'hasHLSFiles',
+    'hasWebtorrentFiles',
     'search'
   ])
 }