Fix Community Channels

This commit is contained in:
Alhaziel01
2021-03-13 15:25:27 +01:00
parent f4cc9fec05
commit 1c6749c809
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ def episodios(item, json ='', key='', itemlist =[]):
if 'episodes_list' in json:
json = json['episodes_list']
elif 'seasons_list' in json:
item.url = json['episodes_list']
item.url = json['seasons_list']
return get_seasons(item)
elif 'tvshows_list' in json:
return peliculas(item, json, 'tvshows_list')