mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
Comment Improvements v2 pog
This commit is contained in:
parent
6071e8f3e1
commit
6a1f626004
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