1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 07:34:38 -05:00

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; 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}&region=${contentregion}` `${this.config.invapi}/channels/${vid.authorId}?hl=${contentlang}&region=${contentregion}`
); );