fix. 테스트 코드 원복
This commit is contained in:
@@ -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/')
|
||||
|
||||
Reference in New Issue
Block a user