Skip to content

Commit

Permalink
started mouth.audioFile replaced with mouth audioFile
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Jan 20, 2024
1 parent 3c4d72c commit 2ce8eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/myrobotlab/service/InMoov2.java
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ public void onStarted(String name) {
configStarted = true;
}

invoke("publishEvent", "STARTED " + peerKey);
invoke("publishEvent", "STARTED " + peerKey.replace(".", " "));

switch (peerKey) {
case "audioPlayer":
Expand Down

0 comments on commit 2ce8eea

Please sign in to comment.