Skip to content

Commit

Permalink
Merge branch 'gh-pages' into e2ee-mimetype
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo authored Nov 12, 2023
2 parents 93d418f + 6223a94 commit 5d8fec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/devices/multi/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function changeAudioDestination(event) {
const deviceId = event.target.value;
const outputSelector = event.target;
// FIXME: Make the media element lookup dynamic.
const element = event.path[2].childNodes[1];
const element = event.composedPath()[2].childNodes[1];
attachSinkId(element, deviceId, outputSelector);
}

Expand Down

0 comments on commit 5d8fec1

Please sign in to comment.