adding log for issue freshdesk 1600

This commit is contained in:
Hoan HL
2025-11-09 17:00:01 +07:00
parent aecb6c9ee1
commit 909727899d
3 changed files with 8 additions and 2 deletions

View File

@@ -67,6 +67,9 @@ class TaskPlay extends Task {
this.logger.debug(`Play got kill-playback, executing uuid_break, taskId: ${t?.taskId}`);
this.ep.api('uuid_break', this.ep.uuid).catch((err) => this.logger.info(err, 'Error killing audio'));
this.notifyStatus({event: 'kill-playback'});
} else {
this.logger.debug(
`Play received uuid_break for different taskId: ${t?.taskId}, current taskId: ${this.taskId}`);
}
});
});