From 072e06123f5c18634974b01371bb554bfd437a48 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Fri, 14 Apr 2017 10:02:15 +1200 Subject: [PATCH] Fix recording just made not being played --- scripts/system/playRecordingAC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/playRecordingAC.js b/scripts/system/playRecordingAC.js index 5db19c6b28..6043f998bd 100644 --- a/scripts/system/playRecordingAC.js +++ b/scripts/system/playRecordingAC.js @@ -369,7 +369,7 @@ } function onMessageReceived(channel, message, sender) { - if (channel !== HIFI_RECORDER_CHANNEL) { + if (channel !== HIFI_PLAYER_CHANNEL) { return; }