Update src/libpoketube/init/pages-channel-and-download.js

This commit is contained in:
ashley 2025-08-18 10:26:25 +02:00
parent 1de34b0a4d
commit ce0a4beb7b

View File

@ -319,12 +319,8 @@ module.exports = function (app, config, renderTemplate) {
}
const subscribers = convert(cinv?.subCount || 0);
const description = about?.Description.toString().replace(
/\n/g,
" <br> "
);
const dnoreplace = about?.Description.toString();
let ChannelFirstVideoObject = {
subCountText: "0",
authorVerified: false,