fix(tv): restore passthrough setting visibility

This commit is contained in:
edde746
2026-06-15 13:28:38 +02:00
parent 1b29cb3ef7
commit 1aa06ffe90
2 changed files with 122 additions and 2 deletions
@@ -547,8 +547,8 @@ class _VideoSettingsSheetState extends State<VideoSettingsSheet> {
},
),
// Audio Passthrough (desktop and Apple TV)
if (PlatformDetector.isDesktopOS() || PlatformDetector.isAppleTV())
// Audio Passthrough (desktop and Android TV)
if (PlatformDetector.supportsAudioPassthrough())
_SettingsToggleItem(
pref: SettingsService.audioPassthrough,
icon: Symbols.surround_sound_rounded,