mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
fix: stop integration if output disabled
This commit is contained in:
committed by
Carlos Valente
parent
92a16ea33b
commit
7f7691a452
@@ -49,7 +49,7 @@ export class OscIntegration implements IIntegration<OscSubscription, OSCSettings
|
|||||||
|
|
||||||
dispatch(action: TimerLifeCycleKey, state?: object) {
|
dispatch(action: TimerLifeCycleKey, state?: object) {
|
||||||
// noop
|
// noop
|
||||||
if (!this.oscClient) {
|
if (!this.oscClient || !this.enabledOut) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user