mirror of
https://codeberg.org/ashley/poke
synced 2026-04-19 21:18:00 +00:00
fix stuff
This commit is contained in:
@@ -100,7 +100,7 @@ class InnerTubePokeVidious {
|
|||||||
const { json, video } = videoData;
|
const { json, video } = videoData;
|
||||||
|
|
||||||
var channel_uploads = { };
|
var channel_uploads = { };
|
||||||
if (f) {
|
if (f == "true") {
|
||||||
channel_uploads = await fetch(
|
channel_uploads = await fetch(
|
||||||
`${this.config.invapi}/channels/${vid.authorId}?hl=${contentlang}®ion=${contentregion}`
|
`${this.config.invapi}/channels/${vid.authorId}?hl=${contentlang}®ion=${contentregion}`
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user