- Fix Finestra selezione Qualità

- Fix Redirect StreamingCommunity
This commit is contained in:
Alhaziel01
2022-11-16 16:59:15 +01:00
parent 1f1bf35493
commit 43fc32c5cd
2 changed files with 7 additions and 7 deletions

View File

@@ -1066,7 +1066,7 @@ def play_video(item, strm=False, force_direct=False, autoplay=False):
# Open the selection dialog to see the available options
opciones, video_urls, seleccion, salir = get_dialogo_opciones(item, default_action, strm, autoplay)
if salir: return
if salir or len(opciones) == 0: return
# get default option of addon configuration
seleccion = get_seleccion(default_action, opciones, seleccion, video_urls)