Skip to content

Commit

Permalink
this should be "auto-safe"
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukinaha committed Oct 4, 2024
1 parent 2f36534 commit 110a5db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AudioPreferences(preferenceStore: PreferenceStore) {
}

enum class AudioChannels(@StringRes val title: Int, val property: String, val value: String) {
Auto(R.string.pref_audio_channels_auto, "audio-channels", "audio-safe"),
Auto(R.string.pref_audio_channels_auto, "audio-channels", "auto-safe"),
AutoSafe(R.string.pref_audio_channels_auto_safe, "audio-channels", "auto"),
Mono(R.string.pref_audio_channels_mono, "audio-channels", "mono"),
Stereo(R.string.pref_audio_channels_stereo, "audio-channels", "stereo"),
Expand Down

0 comments on commit 110a5db

Please sign in to comment.