From 06cc6f051e85b922f7b186cec1547d6d8a0dc400 Mon Sep 17 00:00:00 2001 From: kodxana Date: Fri, 3 Sep 2021 16:35:13 +0200 Subject: [PATCH] Update yt.ts --- src/common/yt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/yt.ts b/src/common/yt.ts index 206a827..c72565b 100644 --- a/src/common/yt.ts +++ b/src/common/yt.ts @@ -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 {