mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
Comment Improvements v2 pog
This commit is contained in:
parent
80e3a7439d
commit
54137b8170
1 changed files with 0 additions and 5 deletions
|
@ -202,11 +202,6 @@ app.get("/watch", async function (req, res) {
|
|||
|
||||
if (!data.comments) inv_comments = "Disabled";
|
||||
|
||||
if (api.video(v).b) {
|
||||
var nnn = data.beta;
|
||||
var badges = nnn.channel.badges[0];
|
||||
var comments = nnn.commentCount;
|
||||
}
|
||||
|
||||
if (!api.video(v).b) {
|
||||
var nnn = "";
|
||||
|
|
Loading…
Reference in a new issue