Skip to content

Commit

Permalink
[VideoWizard] - fix crash when more than 1 output device
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Whalley committed Oct 19, 2024
1 parent 6cc57df commit cd84fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/videowizard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ from Components.AVSwitch import iAVSwitch as avSwitch
<step id="inputselection" nextstep="modeselection" timeout="10" timeoutaction="selectnext">
<condition>
self.condition = len(self.listInputChannels()) > 1
self.selection = "HDMI"
if len(self.listInputChannels()) == 1:
self.selection = "HDMI"
self.inputSelectionMoved()
Expand Down

0 comments on commit cd84fbf

Please sign in to comment.