mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 04:13:47 +00:00
refactor: osc disabled by default to prevent collisions
This commit is contained in:
committed by
Carlos Valente
parent
0b3ba65df3
commit
1a23287863
@@ -468,7 +468,7 @@ describe('v3 to v4', () => {
|
||||
|
||||
const expectedAutomation: AutomationSettings = {
|
||||
enabledAutomations: true,
|
||||
enabledOscIn: true,
|
||||
enabledOscIn: false,
|
||||
oscPortIn: 8888,
|
||||
triggers: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user