]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/query.ts
Remove resumable cache after upload success
[github/Chocobozzz/PeerTube.git] / server / helpers / query.ts
index e711b15f2cde7bcd5e15545b5c5d8c49d2e76d86..97bbdfc65d61af0ad7cd42e4947837edaab0b772 100644 (file)
@@ -18,8 +18,12 @@ function pickCommonVideoQuery (query: VideosCommonQueryAfterSanitize) {
     'languageOneOf',
     'tagsOneOf',
     'tagsAllOf',
-    'filter',
-    'skipCount'
+    'isLocal',
+    'include',
+    'skipCount',
+    'hasHLSFiles',
+    'hasWebtorrentFiles',
+    'search'
   ])
 }
 
@@ -29,7 +33,6 @@ function pickSearchVideoQuery (query: VideosSearchQueryAfterSanitize) {
 
     ...pick(query, [
       'searchTarget',
-      'search',
       'host',
       'startDate',
       'endDate',