Skip to content

Commit

Permalink
Einzelupdate ARDnew.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed Jan 5, 2025
1 parent 1e57747 commit 607f418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/lib/ARDnew.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# 21.11.2019 Migration Python3 Modul kodi_six + manuelle Anpassungen
#
################################################################################
# <nr>92</nr> # Numerierung für Einzelupdate
# Stand: 13.12.2024
# <nr>93</nr> # Numerierung für Einzelupdate
# Stand: 05.01.2025

# Python3-Kompatibilität:
from __future__ import absolute_import # sucht erst top-level statt im akt. Verz.
Expand Down Expand Up @@ -2675,7 +2675,7 @@ def ARDHandleRecents(title, mode="load", query=""):
ret = xbmcgui.Dialog().select('Sucheingabe', search_list, preselect=0)
if ret == -1:
PLog("abort_search_list")
return None
return ""
elif ret == 0:
query = ''
else:
Expand Down

0 comments on commit 607f418

Please sign in to comment.