mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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) {
|
function onMessageReceived(channel, message, sender) {
|
||||||
if (channel !== HIFI_RECORDER_CHANNEL) {
|
if (channel !== HIFI_PLAYER_CHANNEL) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue