Update yt.ts

This commit is contained in:
kodxana 2021-09-03 16:35:13 +02:00 committed by GitHub
parent bf88fed472
commit 06cc6f051e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ import chunk from 'lodash/chunk';
import groupBy from 'lodash/groupBy';
import pickBy from 'lodash/pickBy';
const LBRY_API_HOST = 'https://api.odysee.com'';
const LBRY_API_HOST = 'https://api.odysee.com';
const QUERY_CHUNK_SIZE = 300;
interface YtResolverResponse {