Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
Persist mute option through track added events (#758)
Browse files Browse the repository at this point in the history
- fixes #739
  • Loading branch information
Dave Justice authored and jaredhirsch committed Apr 17, 2017
1 parent fa069a8 commit 21f42b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/launch-video.js
Expand Up @@ -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,
Expand Down

0 comments on commit 21f42b1

Please sign in to comment.