mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 01:23:55 +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;
|
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:
|
||||||
|
|
Loading…
Reference in a new issue