fix. 테스트 코드 원복

This commit is contained in:
clkim
2026-03-03 17:24:25 +09:00
parent 09dd34a90b
commit 9fa3c306c2

View File

@@ -54,9 +54,6 @@ export const getYouTubeUrl = (
if (!params.has('rel')) {
params.set('rel', rel ? '1' : '0')
}
if (!params.has('mute')) {
params.set('mute', '1')
}
const baseUrl = (() => {
const isEmbedUrl = urlObj.pathname.startsWith('/embed/')