From 6a2cc51169e02971632aea5e4f32c142f590795a Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Sat, 6 Apr 2024 14:53:57 +0000 Subject: [PATCH] use the error code instead --- html/poketube.ejs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 2b0855e..424d31e 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1552,13 +1552,9 @@ WIP! - - - - <% if(!inv.comments) { %> + <% if(inv.error) { %>

- no comments on this video (it may be disabled or theres just no comments lol or youtube did something that broke comments ;_;) -

+<%- inv.error %>

<% } %>