mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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