Skip to content

Commit f8ba0bb

Browse files
committed
fix: media source controls
1 parent 14afdfb commit f8ba0bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/org.pozil.restream.sdPlugin/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function handleStateUpdate(state) {
187187
if (index < sources.length) {
188188
const { type, label, isActive } = sources[index];
189189
let state = 0;
190-
if (type === 'Webcam') {
190+
if (type === 'Camera') {
191191
state = isActive ? 0 : 1;
192192
} else {
193193
state = isActive ? 2 : 3;

src/org.pozil.restream.sdPlugin/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Name": "Stream Deck Restream Plugin",
77
"Icon": "icon",
88
"URL": "https://www.elgato.com/en/gaming/stream-deck",
9-
"Version": "1.1.0",
9+
"Version": "1.1.1",
1010
"Software": {
1111
"MinimumVersion": "5.0"
1212
},

0 commit comments

Comments
 (0)