Skip to content

Commit b378e1d

Browse files
authored
Merge pull request #3604 from openatv/IanSav-AVSwitch
[AVSwitch.py] Remove unnecessary cast to string
2 parents 18b09fc + 3eb7abb commit b378e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/python/Components/AVSwitch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ class AVSwitchBase:
977977
"NTSC",
978978
"Multi"
979979
]
980-
chipSetString = str(BoxInfo.getItem("ChipsetString"))
980+
chipSetString = BoxInfo.getItem("ChipsetString")
981981
if AMLOGIC:
982982
modes["HDMI"] = ["720p", "1080p", "smpte", "2160p30", "2160p", "1080i", "576p", "576i", "480p", "480i"]
983983
elif (chipSetString in ("7366", "7376", "5272s", "7444", "7445", "7445s")):

0 commit comments

Comments
 (0)