fix ilgenio e vcrypt su kodi 19

This commit is contained in:
marco
2020-12-20 20:54:18 +01:00
parent 923beb5bba
commit 3ffb7498f4
5 changed files with 397 additions and 380 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ def scrape(func):
tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True)
if not group and not args.get('groupExplode') and ((pagination and len(matches) <= pag * pagination) or not pagination): # next page with pagination
if patronNext and inspect.stack()[1][3] not in ['newest'] and inspect.stack()[2][3] not in ['get_channel_results']:
if patronNext and inspect.stack()[1][3] not in ['newest'] and len(inspect.stack()) > 2 and inspect.stack()[2][3] not in ['get_channel_results']:
nextPage(itemlist, item, data, patronNext, function)
# if function == 'episodios':