1
Fork 0
This commit is contained in:
ashley 2024-09-11 15:54:26 +00:00
parent 878cca2760
commit e59d1c0e1c

View file

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