add video error

This commit is contained in:
ashley 2024-09-11 15:47:36 +00:00
parent feb3242638
commit c2682cdeac

4
html/video-error.ejs Normal file
View file

@ -0,0 +1,4 @@
<%- include('./layouts/error.ejs', {
error: "Video Error",
description: `Video loading failed :c - reason: \n <%= err_reason %>`
}) %>