We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c86f79 + 81de33b commit 81e240eCopy full SHA for 81e240e
packages/playout-gateway/src/tsrHandler.ts
@@ -283,6 +283,7 @@ export class TSRHandler {
283
284
coreTsrHandler.statusChanged(status)
285
286
+ if (!coreTsrHandler._device) return
287
// When the status has changed, the deviceName might have changed:
288
coreTsrHandler._device.reloadProps().catch((err) => {
289
this.logger.error(`Error in reloadProps: ${stringifyError(err)}`)
0 commit comments