We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14afdfb commit f8ba0bbCopy full SHA for f8ba0bb
src/org.pozil.restream.sdPlugin/app.js
@@ -187,7 +187,7 @@ function handleStateUpdate(state) {
187
if (index < sources.length) {
188
const { type, label, isActive } = sources[index];
189
let state = 0;
190
- if (type === 'Webcam') {
+ if (type === 'Camera') {
191
state = isActive ? 0 : 1;
192
} else {
193
state = isActive ? 2 : 3;
src/org.pozil.restream.sdPlugin/manifest.json
@@ -6,7 +6,7 @@
6
"Name": "Stream Deck Restream Plugin",
7
"Icon": "icon",
8
"URL": "https://www.elgato.com/en/gaming/stream-deck",
9
- "Version": "1.1.0",
+ "Version": "1.1.1",
10
"Software": {
11
"MinimumVersion": "5.0"
12
},
0 commit comments