Update src/libpoketube/init/pages-video.js

This commit is contained in:
ashley 2025-08-18 01:25:33 +02:00
parent 664afe5f20
commit c3796da337

View File

@ -221,7 +221,7 @@ module.exports = function (app, config, renderTemplate) {
INNERTUBE.getYouTubeApiVideo(f, v, contentlang, contentregion).then(
(data) => {
try {
const k = data?.video;
const k = " ";
const channel_uploads = data?.channel_uploads;
const json = data?.json;
const engagement = data?.engagement;