Fix download da menu contestuale con canali singolo server

This commit is contained in:
marco
2023-04-26 21:23:48 +02:00
parent cfc7ee7855
commit 2717037824

View File

@@ -802,7 +802,7 @@ def select_server(item):
if len(play_items) == 1:
# if there is only one server select it
seleccion = 1
seleccion = play_items[0]
else:
# otherwise it shows the selection window
seleccion = platformtools.serverWindow(item, [Item(title='Auto', thumbnail=get_thumb('downloads.png'), action='auto')] + play_items, False)