3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 13:02:57 +02:00

Fix recording just made not being played

This commit is contained in:
David Rowe 2017-04-14 10:02:15 +12:00
parent 75e4fb3820
commit 072e06123f

View file

@ -369,7 +369,7 @@
}
function onMessageReceived(channel, message, sender) {
if (channel !== HIFI_RECORDER_CHANNEL) {
if (channel !== HIFI_PLAYER_CHANNEL) {
return;
}