mirror of
https://github.com/open-webui/open-webui
synced 2025-01-31 06:49:03 +00:00
Undid a unnecessary change
This commit is contained in:
parent
62b01c5f8e
commit
91cd8c7608
@ -54,7 +54,7 @@
|
||||
const devices = await navigator.mediaDevices.enumerateDevices();
|
||||
videoInputDevices = devices.filter((device) => device.kind === 'videoinput');
|
||||
|
||||
if (navigator.mediaDevices.getDisplayMedia) {
|
||||
if (!!navigator.mediaDevices.getDisplayMedia) {
|
||||
videoInputDevices = [
|
||||
...videoInputDevices,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user