Fix Ricerca globale per kodi 18 + typo eror

This commit is contained in:
Alhaziel01
2021-02-25 11:21:57 +01:00
parent 2a68a4901d
commit 0d78d6ee95
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ def live(item):
itlist = [executor.submit(load_live, ch.channel) for ch in channels]
for res in futures.as_completed(itlist):
if res.result():
channel_name, itlist = res.rFesult()
channel_name, itlist = res.result()
channels_dict[channel_name] = itlist
for ch in channels: