Update search.js

This commit is contained in:
Thomas Zarebczan 2021-08-26 10:52:38 -04:00 committed by GitHub
parent 34df7d2859
commit 826b3782ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,6 @@ export function getLivestreamOnlyOptions(options: any) {
delete newOptions.stream_types;
newOptions.has_no_source = true;
newOptions.claim_type = ['stream'];
newOptions.page_size = 50;
return newOptions;
}