Skip to content

Commit

Permalink
Add emoji prefix for audio track parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
aNNiMON committed Jul 3, 2024
1 parent 72a623e commit a046585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class AudioStreamByLanguage extends StringParameter {
);

public AudioStreamByLanguage() {
super(ID, "Audio Track", VALUES, "");
super(ID, "\uD83D\uDD08 Track", VALUES, "");
}

@Override
Expand Down

0 comments on commit a046585

Please sign in to comment.