Skip to content

Commit

Permalink
Fix default tuner resolution
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 13, 2023
1 parent 32d9b13 commit da2a0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def __init__(self, hmi, prefs, msg_callback):
self.profile = Profile(self.profile_apply, self.descriptor)

self.swapped_audio_channels = self.descriptor.get('swapped_audio_channels', False)
self.tuner_resolution = self.descriptor.get('tuner_resolution', 16)
self.tuner_resolution = self.descriptor.get('tuner_resolution', 1)

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

0 comments on commit da2a0cd

Please sign in to comment.