1
Fork 0

fix stuff

This commit is contained in:
Ashley //// 2024-03-14 17:44:00 +00:00
parent cc0a565eae
commit 6862c9cf99

View file

@ -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}&region=${contentregion}`
);