fix bouquet hiding status

This commit is contained in:
DYefremov
2024-06-20 15:32:47 +03:00
parent 3dab8ef7b7
commit ea91c39769

View File

@@ -221,6 +221,7 @@ class BouquetsReader:
if mt:
if len(mt.groups()) > 1:
file_name, prefix, b_name = mt.group(1), mt.group(2), mt.group(3)
s_type = ServiceType(s_data[1])
s_data[:2] = "10"
else:
file_name, prefix, b_name = mt.group(1), "", ""