riorganizzazione cartelle

This commit is contained in:
marco
2020-09-21 18:49:09 +02:00
parent 0b605cf215
commit d489fb443b
38 changed files with 38 additions and 49 deletions
+2 -1
View File
@@ -558,7 +558,8 @@ def genres_menu(item):
itemlist.append(Item(channel=item.channel, title=typo(value, 'bold'), page=1,
action='discover_list', discovery=discovery,
mode=item.mode))
channelselector.thumb(itemlist)
from core import support
support.thumb(itemlist)
return sorted(itemlist, key=lambda it: it.title)