Skip to content

Commit

Permalink
fix: blacklist two more cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
gruhn authored Jan 15, 2025
1 parent e7a6bf3 commit 1ff2fc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/misc/camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ const narrowDownFacingMode = async camera => {
"Back Triple Camera",
"Back Ultra Wide Camera",
"Zadní ultra širokoúhlý fotoaparát",
"Stolní kamera"
"Stolní kamera",
"Ultrabrede camera aan voorzijde",
"Front Ultra Wide Camera",
];

const devices = (await navigator.mediaDevices.enumerateDevices())
Expand Down

0 comments on commit 1ff2fc3

Please sign in to comment.