Skip to content

Commit

Permalink
Keep audio transcoding on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hstr0100 committed Nov 24, 2024
1 parent 5244542 commit 468ab27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public class Settings {
private boolean exitOnClose = true;

@JsonProperty("TranscodeAudioToAAC")
private boolean transcodeAudioToAAC = false;
private boolean transcodeAudioToAAC = true;

// TODO add more sounds
@JsonProperty("PlaySounds")
Expand Down

0 comments on commit 468ab27

Please sign in to comment.