diff --git a/lib/launch-video.js b/lib/launch-video.js index eb1a9da..04a205b 100644 --- a/lib/launch-video.js +++ b/lib/launch-video.js @@ -33,7 +33,6 @@ function launchVideo(opts) { width: prefs.width, height: prefs.height, videoId: getVideoId(opts.url) ? getVideoId(opts.url).id : '', - muted: false, strings: getLocaleStrings(opts.domain, (isAudio(opts.url))), tabId: tabs.activeTab.id, launchUrl: opts.url,