indentation

This commit is contained in:
seydx
2025-03-11 01:52:16 +01:00
parent 7836f2e47f
commit b28ffa9543
+2 -2
View File
@@ -673,8 +673,8 @@ export class VideoRTC extends HTMLElement {
} }
return videoCodecs.some(codec => return videoCodecs.some(codec =>
codec.mimeType.toLowerCase().includes('h265') || codec.mimeType.toLowerCase().includes('h265') ||
codec.mimeType.toLowerCase().includes('hevc') codec.mimeType.toLowerCase().includes('hevc')
); );
} catch { } catch {
return false; return false;