mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
Fix tag ws api (#1709)
* fix: ws api should also reten tag and not type * fix: when starting by cue try finding the next first then check before
This commit is contained in:
committed by
Carlos Valente
parent
bcf80f9d77
commit
32edf3404c
@@ -141,7 +141,7 @@ class SocketServer implements IAdapter {
|
||||
if (reply) {
|
||||
ws.send(
|
||||
JSON.stringify({
|
||||
type: tag,
|
||||
tag,
|
||||
payload: reply.payload,
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user