From f360ed2eda196b546b2beebdd8ea393e19537858 Mon Sep 17 00:00:00 2001 From: ashley Date: Tue, 23 Sep 2025 01:31:55 +0200 Subject: [PATCH] fix stuff + add stuff --- html/watch.ejs | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) diff --git a/html/watch.ejs b/html/watch.ejs index 71870f3d..3f556c4c 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -1229,6 +1229,28 @@ Offical Discord Server! :3 <% } %>
+ + <% let qualityOptions = []; if (hasHD) qualityOptions.push("hd"); @@ -1243,40 +1265,41 @@ Offical Discord Server! :3 High Definition Standard Definition <% if (hasUHD) { %> - 2K Definition + 2K Definition <% } %> <% if (has4K) { %> - 4K Definition + 4K Definition <% } %> <% } %> <% if (qua === "medium") { %> High Definition Standard Definition <% if (hasUHD) { %> - 2K Definition + 2K Definition <% } %> <% if (has4K) { %> - 4K Definition + 4K Definition <% } %> <% } %> <% if (qua === "ultrahigh" && hasUHD) { %> High Definition Standard Definition - 2K Definition + 2K Definition <% if (has4K) { %> - 4K Definition + 4K Definition <% } %> <% } %> <% if (qua === "4k" && has4K) { %> High Definition Standard Definition <% if (hasUHD) { %> - 2K Definition + 2K Definition <% } %> - 4K Definition + 4K Definition <% } %> <% } %> +