mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 23:54: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;
|
||||
|
||||
var channel_uploads = { };
|
||||
if (f) {
|
||||
if (f == "true") {
|
||||
channel_uploads = await fetch(
|
||||
`${this.config.invapi}/channels/${vid.authorId}?hl=${contentlang}®ion=${contentregion}`
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue