From 11a828668c4dea2161e3551e967bca60528c1fdf Mon Sep 17 00:00:00 2001 From: SamidyFR <168582143+SamidyFR@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:47:31 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui.js b/js/ui.js index 8f4f53e..ee70705 100644 --- a/js/ui.js +++ b/js/ui.js @@ -2591,7 +2591,7 @@ export class UIRenderer { setupHlsVideo(video, result, fallbackImg) { if (!result) return; - const url = typeof result === 'string' ? result : (result.videoUrl || result.hlsUrl); + const url = typeof result === 'string' ? result : result.videoUrl || result.hlsUrl; if (!url) return; if (url.endsWith('.m3u8')) {