Allow changing the (a)ac3 bitstreaming option on all devices

This commit is contained in:
Niels van Velzen 2023-04-27 19:25:01 +02:00 committed by Niels van Velzen
parent 936356f835
commit 1d91af6956

View File

@ -182,7 +182,7 @@ class PlaybackPreferencesScreen : OptionsFragment() {
setTitle(R.string.lbl_bitstream_ac3)
setContent(R.string.desc_bitstream_ac3)
bind(userPreferences, UserPreferences.ac3Enabled)
depends { userPreferences[UserPreferences.videoPlayer] != PreferredVideoPlayer.EXTERNAL && !DeviceUtils.is60() }
depends { userPreferences[UserPreferences.videoPlayer] != PreferredVideoPlayer.EXTERNAL }
}
checkbox {