From 67249d24eaaf9d74f33cbdecad969fd65133dfdf Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 26 Mar 2020 12:39:48 +0100 Subject: [PATCH] ops! --- specials/community.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/community.py b/specials/community.py index c318d49e..454565ad 100644 --- a/specials/community.py +++ b/specials/community.py @@ -314,7 +314,7 @@ def episodios(item, json ='', key='', itemlist =[]): title = ' - ' + option['title'] if 'title' in option else '' title = '%sx%s%s' % (season_number, episode_number, title) extra = set_extra_values(item, option, item.path) - if season_number == int(item.filterseason) or not item.filterseason: + if not item.filterseason or season_number == int(item.filterseason): itemlist.append(Item(channel = item.channel, title = set_title(title, extra.language, extra.quality), fulltitle = item.fulltitle,