Skip to content

Commit 2f58ab1

Browse files
committed
Fix default tuner resolution
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 0ba6fdc commit 2f58ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod/host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def __init__(self, hmi, prefs, msg_callback):
331331
self.profile = Profile(self.profile_apply, self.descriptor)
332332

333333
self.swapped_audio_channels = self.descriptor.get('swapped_audio_channels', False)
334-
self.tuner_resolution = self.descriptor.get('tuner_resolution', 16)
334+
self.tuner_resolution = self.descriptor.get('tuner_resolution', 1)
335335

336336
self.current_tuner_port = self.prefs.get("tuner-input-port", 1, int)
337337
self.current_tuner_mute = self.prefs.get("tuner-mutes-outputs", False, bool)

0 commit comments

Comments
 (0)