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)