mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 11:14:38 -05: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 (!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) {
|
if (!api.video(v).b) {
|
||||||
var nnn = "";
|
var nnn = "";
|
||||||
|
|
Loading…
Reference in a new issue