mirror of
https://github.com/jellyfin/jellyfin-androidtv.git
synced 2025-03-01 11:18:49 +00:00
Allow changing the (a)ac3 bitstreaming option on all devices
This commit is contained in:
parent
936356f835
commit
1d91af6956
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user