Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
@@ -137,7 +137,11 @@ def search(item, text):
|
|||||||
json = load_json(item)
|
json = load_json(item)
|
||||||
if json:
|
if json:
|
||||||
for key in json:
|
for key in json:
|
||||||
peliculas(item, json, key, itemlist)
|
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
|
return itemlist
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user