Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
unclekingpin committed Nov 4, 2023
1 parent ef6e22b commit c2f1a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mediaCapabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function getMediaCapabilities() {
}).reduce(function(result, value) {
return result.concat(value);
}, []),
maxAudioChannels,
maxAudioChannels
},
'matroska,webm': {
videoCodecs: MATROSKA_CONFIG.VIDEO_CODECS.map(function(config) {
Expand Down

0 comments on commit c2f1a86

Please sign in to comment.