Fix Community

This commit is contained in:
Alhaziel01
2020-10-09 18:34:26 +02:00
parent 51dc8a8ad1
commit be8c66d768
+4
View File
@@ -137,6 +137,10 @@ def search(item, text):
json = load_json(item)
if json:
for key in json:
if key not in ['sort']:
if item.custom_search and key == 'menu':
get_menu(item, json, key, itemlist)
else:
peliculas(item, json, key, itemlist)
return itemlist