From e59d1c0e1cc4cd4db495277d67dec6e9aed0cc64 Mon Sep 17 00:00:00 2001 From: ashley Date: Wed, 11 Sep 2024 15:54:26 +0000 Subject: [PATCH] :p --- html/video-error.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/video-error.ejs b/html/video-error.ejs index 1fbde67b..c495d607 100644 --- a/html/video-error.ejs +++ b/html/video-error.ejs @@ -1,4 +1,4 @@ <%- include('./layouts/error.ejs', { error: "Video Error", - description: `Video loading failed :c - reason: \n ${err_reason}` + description: `${err_reason}` }) %>