mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +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: [
|
||||
{
|
||||
|
||||
@@ -41,7 +41,7 @@ const dbModel: DatabaseModel = {
|
||||
customFields: {},
|
||||
automation: {
|
||||
enabledAutomations: true,
|
||||
enabledOscIn: true,
|
||||
enabledOscIn: false,
|
||||
oscPortIn: 8888,
|
||||
triggers: [],
|
||||
automations: {},
|
||||
|
||||
Reference in New Issue
Block a user