mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
commit
8c5e2d68e0
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import { getExtensionSettingsAsync, Keys, SingleValueAtATime, Values, YtUrlResol
|
||||||
import { LbryPathnameCache } from "./urlCache"
|
import { LbryPathnameCache } from "./urlCache"
|
||||||
|
|
||||||
// const LBRY_API_HOST = 'https://api.odysee.com'; MOVED TO SETTINGS
|
// const LBRY_API_HOST = 'https://api.odysee.com'; MOVED TO SETTINGS
|
||||||
const QUERY_CHUNK_SIZE = 300
|
const QUERY_CHUNK_SIZE = 100
|
||||||
|
|
||||||
export interface YtIdResolverDescriptor {
|
export interface YtIdResolverDescriptor {
|
||||||
id: string
|
id: string
|
||||||
|
@ -102,4 +102,4 @@ export async function resolveById(descriptors: YtIdResolverDescriptor[], progres
|
||||||
}))
|
}))
|
||||||
if (progressCallback) progressCallback(1)
|
if (progressCallback) progressCallback(1)
|
||||||
return results
|
return results
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue