From c02eb0eb0a29d94232d0531204f22c57dea3126c Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Fri, 10 Apr 2026 23:15:22 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20global=20search=20music=20video=20click?= =?UTF-8?q?=20handler=20=E2=80=94=20remove=20double=20HTML=20escaping?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webui/static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/static/script.js b/webui/static/script.js index 94704f03..053ee607 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -17767,7 +17767,7 @@ function _gsRender(data) { h += videos.map(v => { const dur = v.duration ? `${Math.floor(v.duration / 60)}:${String(v.duration % 60).padStart(2, '0')}` : ''; const views = v.view_count >= 1000000 ? `${(v.view_count/1000000).toFixed(1)}M` : v.view_count >= 1000 ? `${(v.view_count/1000).toFixed(1)}K` : (v.view_count || ''); - return `
+ return `