style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-03-09 01:47:31 +00:00 committed by github-actions[bot]
parent 34ba920662
commit 11a828668c

View file

@ -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')) {