Skip to content

Commit da2a0cd

Browse files
committed
Fix default tuner resolution
Signed-off-by: falkTX <[email protected]>
1 parent 32d9b13 commit da2a0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod/host.py

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

341341
self.swapped_audio_channels = self.descriptor.get('swapped_audio_channels', False)
342-
self.tuner_resolution = self.descriptor.get('tuner_resolution', 16)
342+
self.tuner_resolution = self.descriptor.get('tuner_resolution', 1)
343343

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

0 commit comments

Comments
 (0)