From 6fbeea0c06d21f7715140a2d0bc0fed3508fa0e7 Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 18 Aug 2025 03:25:15 +0200 Subject: [PATCH] Update html/watch.ejs --- html/watch.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/watch.ejs b/html/watch.ejs index a3cb7ea0..1f694fad 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -57,7 +57,7 @@ -<%= inv_vid.?title %> | <%= /^[A-Z]/.test(inv_vid.title) ? 'Watch' : 'watch' %> +<%= inv_vid?.title %> | <%= /^[A-Z]/.test(inv_vid.title) ? 'Watch' : 'watch' %>