mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
Update yt.ts
This commit is contained in:
parent
e2f46d2d08
commit
11334c7689
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import chunk from 'lodash/chunk';
|
||||||
import groupBy from 'lodash/groupBy';
|
import groupBy from 'lodash/groupBy';
|
||||||
import pickBy from 'lodash/pickBy';
|
import pickBy from 'lodash/pickBy';
|
||||||
|
|
||||||
const LBRY_API_HOST = 'https://api.lbry.com';
|
const LBRY_API_HOST = 'https://api.odysee.com';
|
||||||
const QUERY_CHUNK_SIZE = 300;
|
const QUERY_CHUNK_SIZE = 300;
|
||||||
|
|
||||||
interface YtResolverResponse {
|
interface YtResolverResponse {
|
||||||
|
|
Loading…
Add table
Reference in a new issue