From c2d22a1246248e49b9454449df84a6483e02bbf3 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 10 May 2017 10:57:53 +1200 Subject: [PATCH] Log stopping playing recording --- scripts/system/record.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/record.js b/scripts/system/record.js index f612fea80d..4d5427c874 100644 --- a/scripts/system/record.js +++ b/scripts/system/record.js @@ -524,6 +524,7 @@ break; case STOP_PLAYING_RECORDING_ACTION: // Stop the specified player. + log("Unload recording " + message.value); Player.stopPlayingRecording(message.value); break; case LOAD_RECORDING_ACTION: