summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DSSIProgramEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DSSIProgramEvent.cpp')
-rw-r--r--src/libs/engine/events/DSSIProgramEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/DSSIProgramEvent.cpp b/src/libs/engine/events/DSSIProgramEvent.cpp
index 4545268a..d602b57c 100644
--- a/src/libs/engine/events/DSSIProgramEvent.cpp
+++ b/src/libs/engine/events/DSSIProgramEvent.cpp
@@ -67,7 +67,7 @@ DSSIProgramEvent::post_process()
// sends program as metadata in the form bank/program
char* temp_buf = new char[16];
snprintf(temp_buf, 16, "%d/%d", m_bank, m_program);
- _engine.client_broadcaster()->send_metadata_update(m_node_path, "dssi-program", temp_buf);
+ _engine.broadcaster()->send_metadata_update(m_node_path, "dssi-program", temp_buf);
}
}