提交 181a97ca authored 作者: Brian West's avatar Brian West

FS-8043 typo

上级 36abcab9
......@@ -244,7 +244,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
for (var i in jQuery.verto.audioInDevices) {
var device = jQuery.verto.audioInDevices[i];
// Selecting the first source.
if (i == 0 && !storage.data.selectedVideo) {
if (i == 0 && !storage.data.selectedAudio) {
storage.data.selectedAudio = device.id;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论