This commit is contained in:
Ashley //// 2024-02-05 19:10:18 +00:00
parent bb913997b8
commit 9368d501c3

View file

@ -96,7 +96,7 @@ class PokeTubeCore {
const { json, video } = videoData;
const channel_uploads = await fetch(
`${this.config.invapi}/channels/${vid.authorId}?hl=${contentlang}&region=${contentregion}`
`${this.config.invapi_alt}/channels/${vid.authorId}?hl=${contentlang}&region=${contentregion}`
);
const p = this.getJson(await channel_uploads.text());