Update html/video-error.ejs

This commit is contained in:
ashley 2025-08-31 19:47:00 +02:00
parent 41b7f587f0
commit 042360d89f

View File

@ -17,7 +17,7 @@
%>
<%- include('./layouts/error-video.ejs', {
error: "LOADING FAILED :C",
error: "WHOOPS! LOADING FAILED :C",
description: `${reason}`
}) %>