Log stopping playing recording

This commit is contained in:
David Rowe 2017-05-10 10:57:53 +12:00
parent 771b76690c
commit c2d22a1246

View file

@ -524,6 +524,7 @@
break; break;
case STOP_PLAYING_RECORDING_ACTION: case STOP_PLAYING_RECORDING_ACTION:
// Stop the specified player. // Stop the specified player.
log("Unload recording " + message.value);
Player.stopPlayingRecording(message.value); Player.stopPlayingRecording(message.value);
break; break;
case LOAD_RECORDING_ACTION: case LOAD_RECORDING_ACTION: