mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Fix recording just made not being played
This commit is contained in:
parent
75e4fb3820
commit
072e06123f
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@
|
|||
}
|
||||
|
||||
function onMessageReceived(channel, message, sender) {
|
||||
if (channel !== HIFI_RECORDER_CHANNEL) {
|
||||
if (channel !== HIFI_PLAYER_CHANNEL) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue