This commit is contained in:
Alhaziel01
2020-03-26 12:39:48 +01:00
parent 4a06f77803
commit 67249d24ea

View File

@@ -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,