piccoli fix

This commit is contained in:
Alhaziel01
2020-11-25 10:07:54 +01:00
parent 96066d0ec2
commit ee79bf219d
5 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -507,7 +507,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']:
if patronNext and inspect.stack()[1][3] not in ['newest'] and inspect.stack()[2][3] not in ['get_channel_results']:
nextPage(itemlist, item, data, patronNext, function)
# if function == 'episodios':