File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -625,12 +625,14 @@ class Chat {
625
625
var s = yield _this6 . obs . send ( "GetMediaSourcesList" ) ;
626
626
s . mediaSources . filter ( e => e . mediaState == "playing" ) . forEach ( /*#__PURE__*/ function ( ) {
627
627
var _ref = _asyncToGenerator ( function * ( e ) {
628
+ var _sourceSettings$input ;
629
+
628
630
var {
629
631
sourceSettings
630
632
} = yield _this6 . obs . send ( "GetSourceSettings" , {
631
633
sourceName : e . sourceName
632
634
} ) ;
633
- var input = sourceSettings === null || sourceSettings === void 0 ? void 0 : sourceSettings . input . toLowerCase ( ) ;
635
+ var input = ( _sourceSettings$input = sourceSettings . input ) === null || _sourceSettings$input === void 0 ? void 0 : _sourceSettings$ input. toLowerCase ( ) ;
634
636
635
637
if ( input !== null && input !== void 0 && input . startsWith ( "rtmp" ) || input !== null && input !== void 0 && input . startWith ( "srt" ) ) {
636
638
yield _this6 . obs . send ( "RestartMedia" , {
You can’t perform that action at this time.
0 commit comments