mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 07:34:38 -05:00
fix stuff
This commit is contained in:
parent
cc0a565eae
commit
6862c9cf99
1 changed files with 1 additions and 1 deletions
|
@ -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}`
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue