diff --git a/plugin.video.alfa/channels/playmax.py b/plugin.video.alfa/channels/playmax.py index b1416ca8..64c6e5db 100644 --- a/plugin.video.alfa/channels/playmax.py +++ b/plugin.video.alfa/channels/playmax.py @@ -168,7 +168,7 @@ def busqueda(item): if __modo_grafico__: tmdb.set_infoLabels_itemlist(itemlist, __modo_grafico__) - # total = int(data.get("Data", {}).get("totalResultsFichas"), "0") + total = int(data["Data"]["totalResultsFichas"]) actualpage = int(scrapertools.find_single_match(item.url, "start=(\d+)")) if actualpage + 20 < total: