From cedaa8f1568f9b99325db4122d0d2dd0f1201f7b Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 17 Apr 2020 16:37:28 +0200 Subject: [PATCH] Fix Community --- specials/community.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/community.py b/specials/community.py index 0cec12b2..a4355670 100644 --- a/specials/community.py +++ b/specials/community.py @@ -264,7 +264,7 @@ def get_seasons(item): for item in itemlist: itlist = episodios(item) itemlist = itlist - if inspect.stack()[2][3] not in ['add_tvshow', 'get_episodes', 'update', 'find_episodes', 'get_newest'] and defp and not itemdisable_pagination: + if inspect.stack()[2][3] not in ['add_tvshow', 'get_episodes', 'update', 'find_episodes', 'get_newest'] and defp and not item.disable_pagination: itemlist = pagination(item, itemlist) return itemlist