Fix dirette mediaset

This commit is contained in:
mac12m99
2021-09-19 11:36:09 +02:00
parent c984813f94
commit c18b7fb226
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ def live(item):
# make itemlist
for ch in channel_list:
itemlist += channels_dict[ch]
itemlist.sort(key=lambda it: support.channels_order[it.fulltitle])
itemlist.sort(key=lambda it: support.channels_order.get(it.fulltitle, 1000))
return itemlist