Skip to content

Commit 0db9b15

Browse files
authored
Merge pull request #28 from peterbaumert/patch-1
Wrong Xml path for externalOutput
2 parents abee81d + 5bd427d commit 0db9b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xml-api/general-state.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default class XmlState {
9696
if (xmlDocument) {
9797
this.update(xmlDocument)
9898
}
99-
const el: Element = xpath.select1('//vmix/recording', this._data) as Element
99+
const el: Element = xpath.select1('//vmix/external', this._data) as Element
100100

101101
return el.textContent! === 'True'
102102
}
@@ -149,4 +149,4 @@ export default class XmlState {
149149

150150
return el.textContent! === 'True'
151151
}
152-
}
152+
}

0 commit comments

Comments
 (0)