mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 23:34:10 +02:00
Log stopping playing recording
This commit is contained in:
parent
771b76690c
commit
c2d22a1246
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue