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) { function onMessageReceived(channel, message, sender) {
if (channel !== HIFI_RECORDER_CHANNEL) { if (channel !== HIFI_PLAYER_CHANNEL) {
return; return;
} }