From a31ab4dc33fa32b52e5515e65fac222ad6c4eb8f Mon Sep 17 00:00:00 2001 From: marco <10120390+mac12m99@users.noreply.github.com> Date: Wed, 26 Apr 2023 21:23:48 +0200 Subject: [PATCH] Fix download da menu contestuale con canali singolo server --- specials/downloads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/downloads.py b/specials/downloads.py index 8d4ff351..a7d5f115 100644 --- a/specials/downloads.py +++ b/specials/downloads.py @@ -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)